summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Herrmann2017-12-29 14:15:41 +0000
committerMichael Herrmann2017-12-29 14:15:41 +0000
commit59c073abebdd0318834947bf1fe16a3f9e12795a (patch)
treec2fd3188b98cdf65c7f3fe69cfdb7746c8f5c425
parentc0d08295254db30834a79663a11d2a2acf767911 (diff)
downloadaur-59c073abebdd0318834947bf1fe16a3f9e12795a.tar.gz
Changes for fman 0.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ae720991d1a..eeb7ed7d17fb 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.7.8
+ pkgver = 0.8.0
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.7.8.pkg.tar.xz
- sha256sums = 3f288c597465f81ca261dded4b291dfe804d1d2cb4b3e1611e1084a10f3d5b5d
+ source = https://fman.io/updates/arch/fman-0.8.0.pkg.tar.xz
+ sha256sums = e7376773d9ec23d767ed605a09db20f243e9e9f602d27de67588eda25c64a31a
pkgname = fman
diff --git a/PKGBUILD b/PKGBUILD
index 6e56f1714aef..f5a8d532ea7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=0.7.8
+pkgver=0.8.0
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.8.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-0.8.0.pkg.tar.xz')
noextract=("${source[@]##*/}")
-sha256sums=('3f288c597465f81ca261dded4b291dfe804d1d2cb4b3e1611e1084a10f3d5b5d')
+sha256sums=('e7376773d9ec23d767ed605a09db20f243e9e9f602d27de67588eda25c64a31a')
package() {
- tar xf "${srcdir}/fman-0.7.8.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+ tar xf "${srcdir}/fman-0.8.0.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}