summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Herrmann2017-09-29 13:37:30 +0000
committerMichael Herrmann2017-09-29 13:37:30 +0000
commit4dfd731695b99e22de51ec60b3e56878802654e1 (patch)
tree6f4965b72074176f0bc6b015c9aff349075f300d
parent226917b7ad030064ecf1cb19a09349428c609d89 (diff)
downloadaur-4dfd731695b99e22de51ec60b3e56878802654e1.tar.gz
Changes for fman 0.6.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cee8d1f3eef..74fc886ac347 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.8
+ pkgver = 0.6.9
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.8.pkg.tar.xz
- sha256sums = a93036724f9a9b26e0fcc1ca215ec657d561ab79083c12d0030560460fc567c2
+ source = https://fman.io/updates/arch/fman-0.6.9.pkg.tar.xz
+ sha256sums = 13c192b6084eee5e8ab9d5a8be4dc10594bfccdb169b5df84c7685ce279f3b9f
pkgname = fman
diff --git a/PKGBUILD b/PKGBUILD
index 1e6e76592077..c72dd7f2283e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=0.6.8
+pkgver=0.6.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')
optdepends=('qt5-svg')
-source=('https://fman.io/updates/arch/fman-0.6.8.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-0.6.9.pkg.tar.xz')
noextract=("${source[@]##*/}")
-sha256sums=('a93036724f9a9b26e0fcc1ca215ec657d561ab79083c12d0030560460fc567c2')
+sha256sums=('13c192b6084eee5e8ab9d5a8be4dc10594bfccdb169b5df84c7685ce279f3b9f')
package() {
- tar xf "${srcdir}/fman-0.6.8.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+ tar xf "${srcdir}/fman-0.6.9.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}