summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Herrmann2018-11-27 10:15:51 +0000
committerMichael Herrmann2018-11-27 10:15:51 +0000
commit94e68b6e6b5d5ef98217fefd28b9c9b8ac4250fc (patch)
treead90e0ab49ba6ae1e64627cff39875c93185d01e
parentaa9b5fc985a213496db08c93ce425ee06a7944ba (diff)
downloadaur-94e68b6e6b5d5ef98217fefd28b9c9b8ac4250fc.tar.gz
Changes for fman 1.4.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cb0cf065a8f..bffa6285ecb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fman
pkgdesc = A modern file manager for power users. Beautiful, fast and extensible
- pkgver = 1.4.6
+ pkgver = 1.4.7
pkgrel = 1
url = https://fman.io
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = fman
depends = qt5-base
depends = p7zip
optdepends = qt5-svg
- source = https://fman.io/updates/arch/fman-1.4.6.pkg.tar.xz
- sha256sums = 3707087b2ffb782d1729a3bf98accb41974bf5c451b46b05671375b47b28f6d3
+ source = https://fman.io/updates/arch/fman-1.4.7.pkg.tar.xz
+ sha256sums = b29367aacc6674680f4ac92f7eb468098c1a517a6c9eb0c8b946e4de98d465da
pkgname = fman
diff --git a/PKGBUILD b/PKGBUILD
index 04c9f60a0a1e..ce4c3d07fff5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=1.4.6
+pkgver=1.4.7
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.4.6.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-1.4.7.pkg.tar.xz')
noextract=("${source[@]##*/}")
-sha256sums=('3707087b2ffb782d1729a3bf98accb41974bf5c451b46b05671375b47b28f6d3')
+sha256sums=('b29367aacc6674680f4ac92f7eb468098c1a517a6c9eb0c8b946e4de98d465da')
package() {
- tar xf "${srcdir}/fman-1.4.6.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+ tar xf "${srcdir}/fman-1.4.7.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}