diff --git a/srcpkgs/spacefm/template b/srcpkgs/spacefm/template index 3bd516f29f..f6ed795d17 100644 --- a/srcpkgs/spacefm/template +++ b/srcpkgs/spacefm/template @@ -1,20 +1,20 @@ # Template file for 'spacefm' pkgname=spacefm -version=0.8.7 +version=0.9.0 revision=1 build_style=gnu-configure -hostmakedepends="pkg-config" -makedepends="intltool gtk+-devel startup-notification-devel libudev-devel" +hostmakedepends="pkg-config intltool" +makedepends="gtk+-devel startup-notification-devel libudev-devel" short_desc="Multi-panel tabbed file manager" maintainer="Juan RP " license="GPL-3" homepage="http://ignorantguru.github.com/spacefm/" -distfiles="https://raw.github.com/IgnorantGuru/spacefm/master/packages/${version}/spacefm-${version}.tar.xz" -checksum=3e48f276df4505b69d24fbeb4b5a869cf316503e2395bef467a29a5207b23947 +distfiles="https://github.com/IgnorantGuru/spacefm/raw/pkg/${version}/spacefm-${version}.tar.xz" +checksum=a47861b395ee991bc56e367238f2c3070c308a2b635be1099b0a6d2eda0f1795 spacefm_package() { depends="hicolor-icon-theme desktop-file-utils" pkg_install() { - vmove usr + vmove all } }