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 063ed1a23c8a..5ebe303a6d27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=1.0.3
+pkgver=1.0.4
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.0.3.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-1.0.4.pkg.tar.xz')
noextract=("${source[@]##*/}")
-sha256sums=('0e96bc9ad9ab90d7e79d9a1dde865b235f89931ea82ec07724d90d418d9d5d3a')
+sha256sums=('028edd1707ddc6daada068b2cb7b76030fef6f32cbb36106b6c60d475112056a')
package() {
- tar xf "${srcdir}/fman-1.0.3.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+ tar xf "${srcdir}/fman-1.0.4.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}