summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Herrmann2017-09-29 05:21:03 +0000
committerMichael Herrmann2017-09-29 05:21:03 +0000
commit226917b7ad030064ecf1cb19a09349428c609d89 (patch)
treef3023ffd66d694d2242f8374bc5532529bfb95cb
parentab5c068112b72e4b20d1575684fe6f47e05b29f7 (diff)
downloadaur-226917b7ad030064ecf1cb19a09349428c609d89.tar.gz
Changes for fman 0.6.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfa4990d7117..4cee8d1f3eef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = fman
pkgdesc = A modern file manager for power users. Beautiful, fast and extensible
- pkgver = 0.6.7
+ pkgver = 0.6.8
pkgrel = 1
url = https://fman.io
arch = x86_64
license = custom
depends = qt5-base
optdepends = qt5-svg
- source = https://fman.io/updates/arch/fman-0.6.7.pkg.tar.xz
- sha256sums = 54c4279fc60a4a23a6347217cb1cfd43c8ac5964fd5d6763dc3e6c3edf0f802a
+ source = https://fman.io/updates/arch/fman-0.6.8.pkg.tar.xz
+ sha256sums = a93036724f9a9b26e0fcc1ca215ec657d561ab79083c12d0030560460fc567c2
pkgname = fman
diff --git a/PKGBUILD b/PKGBUILD
index d1e3a0115a72..1e6e76592077 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=0.6.7
+pkgver=0.6.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')
optdepends=('qt5-svg')
-source=('https://fman.io/updates/arch/fman-0.6.7.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-0.6.8.pkg.tar.xz')
noextract=("${source[@]##*/}")
-sha256sums=('54c4279fc60a4a23a6347217cb1cfd43c8ac5964fd5d6763dc3e6c3edf0f802a')
+sha256sums=('a93036724f9a9b26e0fcc1ca215ec657d561ab79083c12d0030560460fc567c2')
package() {
- tar xf "${srcdir}/fman-0.6.7.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+ tar xf "${srcdir}/fman-0.6.8.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}