summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Herrmann2019-04-30 11:08:27 +0000
committerMichael Herrmann2019-04-30 11:08:27 +0000
commit909aa00f782a9c60f1adde1ccd937b412d39c817 (patch)
tree46a6e448769eb31f0b12e72ea948ec030bcd6bd3 /PKGBUILD
parent58b9722b7b705e9abab697f09a9804e3bcd66347 (diff)
downloadaur-909aa00f782a9c60f1adde1ccd937b412d39c817.tar.gz
Changes for fman 1.5.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5615b8192a5..7435edd119fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=1.5.8
+pkgver=1.5.9
pkgrel=1
pkgdesc="A modern file manager for power users. Beautiful, fast and extensible"
arch=('x86_64')
@@ -11,11 +11,11 @@ license=('custom')
depends=('qt5-base' 'p7zip')
optdepends=('qt5-svg')
-source=('https://fman.io/updates/arch/fman-1.5.8.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-1.5.9.pkg.tar.xz')
noextract=("${source[@]##*/}")
-sha256sums=('8112b39984382a426fc8129cd5749009641bd1e7f56ac9c99dbe945ad6d3fadb')
+sha256sums=('e844e09a266b1f40cf31e1818f95f81c6a960984b1f86bcfb53cea664e370a88')
package() {
- tar xf "${srcdir}/fman-1.5.8.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+ tar xf "${srcdir}/fman-1.5.9.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}