summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6e4da1197d4..7d30a762e75e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=0.8.7
+pkgver=0.8.8
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-0.8.7.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-0.8.8.pkg.tar.xz')
noextract=("${source[@]##*/}")
-sha256sums=('3975d4f85087183351fa7eaee4f5440e9ef113d93e19d24eb5e5bf5fdf51c90d')
+sha256sums=('f00d4d8d0f1b3da2b73c524e011f2a29ed81b1562dfd19d0d6971ee494686f75')
package() {
- tar xf "${srcdir}/fman-0.8.7.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+ tar xf "${srcdir}/fman-0.8.8.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}