summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Herrmann2018-02-05 15:40:42 +0000
committerMichael Herrmann2018-02-05 15:40:42 +0000
commit6805a83e304cb81b8e8f1bdb291a77a05432f84f (patch)
treef591441bd933ce059b868d067c0b0b764ed0b17e
parent79440c17e614f036618c6b4163c019d13de7eb80 (diff)
downloadaur-6805a83e304cb81b8e8f1bdb291a77a05432f84f.tar.gz
Changes for fman 0.8.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0603ea80f102..89286031922f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fman
pkgdesc = A modern file manager for power users. Beautiful, fast and extensible
- pkgver = 0.8.7
+ pkgver = 0.8.8
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-0.8.7.pkg.tar.xz
- sha256sums = 3975d4f85087183351fa7eaee4f5440e9ef113d93e19d24eb5e5bf5fdf51c90d
+ source = https://fman.io/updates/arch/fman-0.8.8.pkg.tar.xz
+ sha256sums = f00d4d8d0f1b3da2b73c524e011f2a29ed81b1562dfd19d0d6971ee494686f75
pkgname = fman
diff --git a/PKGBUILD b/PKGBUILD
index a6e4da1197d4..7d30a762e75e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=0.8.7
+pkgver=0.8.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.8.7.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-0.8.8.pkg.tar.xz')
noextract=("${source[@]##*/}")
-sha256sums=('3975d4f85087183351fa7eaee4f5440e9ef113d93e19d24eb5e5bf5fdf51c90d')
+sha256sums=('f00d4d8d0f1b3da2b73c524e011f2a29ed81b1562dfd19d0d6971ee494686f75')
package() {
- tar xf "${srcdir}/fman-0.8.7.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+ tar xf "${srcdir}/fman-0.8.8.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}