summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Herrmann2019-04-30 11:08:27 +0000
committerMichael Herrmann2019-04-30 11:08:27 +0000
commit909aa00f782a9c60f1adde1ccd937b412d39c817 (patch)
tree46a6e448769eb31f0b12e72ea948ec030bcd6bd3
parent58b9722b7b705e9abab697f09a9804e3bcd66347 (diff)
downloadaur-909aa00f782a9c60f1adde1ccd937b412d39c817.tar.gz
Changes for fman 1.5.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f547346fac3a..05b09dfc8828 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.5.8
+ pkgver = 1.5.9
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.5.8.pkg.tar.xz
- sha256sums = 8112b39984382a426fc8129cd5749009641bd1e7f56ac9c99dbe945ad6d3fadb
+ source = https://fman.io/updates/arch/fman-1.5.9.pkg.tar.xz
+ sha256sums = e844e09a266b1f40cf31e1818f95f81c6a960984b1f86bcfb53cea664e370a88
pkgname = fman
diff --git a/PKGBUILD b/PKGBUILD
index b5615b8192a5..7435edd119fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=1.5.8
+pkgver=1.5.9
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.5.8.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-1.5.9.pkg.tar.xz')
noextract=("${source[@]##*/}")
-sha256sums=('8112b39984382a426fc8129cd5749009641bd1e7f56ac9c99dbe945ad6d3fadb')
+sha256sums=('e844e09a266b1f40cf31e1818f95f81c6a960984b1f86bcfb53cea664e370a88')
package() {
- tar xf "${srcdir}/fman-1.5.8.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+ tar xf "${srcdir}/fman-1.5.9.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}