summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Herrmann2017-05-10 16:20:29 +0200
committerMichael Herrmann2017-05-10 16:20:29 +0200
commit8c6beb37d84bacacde15b31412ba3281b327b7db (patch)
treeefcabbaff5d4dc3eeba2d591b553e1adb0e10fc0 /PKGBUILD
parentdab061de649ba32e8fce6f08aa394e1420242bba (diff)
downloadaur-8c6beb37d84bacacde15b31412ba3281b327b7db.tar.gz
Changes for fman 0.4.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e98211a07f78..9694a2c36787 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=0.4.3
+pkgver=0.4.4
pkgrel=1
pkgdesc="A modern file manager for power users. Beautiful, fast and extensible"
arch=('x86_64')
@@ -11,10 +11,11 @@ license=('custom')
depends=('qt5-base' 'openssl')
optdepends=('qt5-svg')
-source=('https://fman.io/updates/arch/fman-0.4.3.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-0.4.4.pkg.tar.xz')
+noextract=("${source[@]##*/}")
-sha256sums=('6da21fcaf3527d2930eb26e1f36ee0fbc9abe7b5a41bc07126b7ccf609b29fc2')
+sha256sums=('82c8a7f33fea39b981d25ff93abb158bf8ff103c75861e4bf1e5f55ba4f32f45')
package() {
- tar xf "${srcdir}/fman-0.4.3.pkg.tar.xz" -C "${pkgdir}"
-} \ No newline at end of file
+ tar xf "${srcdir}/fman-0.4.4.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+}