summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Herrmann2017-12-04 13:00:54 +0000
committerMichael Herrmann2017-12-04 13:00:54 +0000
commit75b8398c75a402b9753d61aaa40150ed09e79063 (patch)
treed0b3896a76ef55850bd1c79cee708ab3eafecb29 /PKGBUILD
parent528fd8471529c9ac0fde938436d26cf2fe4c9728 (diff)
downloadaur-75b8398c75a402b9753d61aaa40150ed09e79063.tar.gz
Changes for fman 0.7.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efa4e035cbe2..47248c8b498b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=0.7.2
+pkgver=0.7.3
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.2.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-0.7.3.pkg.tar.xz')
noextract=("${source[@]##*/}")
-sha256sums=('4d4f867f6091691756b1d3d5a09542bdc96452cf933ae65b1da3233eeb64e966')
+sha256sums=('c8e1e6761d45e51642f6b8130720e8d987d2b56498cad5b53c9d6d8591c6d8a6')
package() {
- tar xf "${srcdir}/fman-0.7.2.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+ tar xf "${srcdir}/fman-0.7.3.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}