summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Herrmann2017-12-14 11:40:48 +0000
committerMichael Herrmann2017-12-14 11:40:48 +0000
commitc0d08295254db30834a79663a11d2a2acf767911 (patch)
treec301bc3bd42a7b7dbe0ee02619acadfe375bb57c /PKGBUILD
parent8c69c02dacd6e889a225e913494a9d81638d2ded (diff)
downloadaur-c0d08295254db30834a79663a11d2a2acf767911.tar.gz
Changes for fman 0.7.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed1328b584c4..6e56f1714aef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=0.7.7
+pkgver=0.7.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.7.7.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-0.7.8.pkg.tar.xz')
noextract=("${source[@]##*/}")
-sha256sums=('1cd9a211948dcfa9d5e1d898ff1677aa02fd8840e361dd7ca29b5e7518ef8ee7')
+sha256sums=('3f288c597465f81ca261dded4b291dfe804d1d2cb4b3e1611e1084a10f3d5b5d')
package() {
- tar xf "${srcdir}/fman-0.7.7.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+ tar xf "${srcdir}/fman-0.7.8.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}