summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Herrmann2019-06-11 04:24:31 +0000
committerMichael Herrmann2019-06-11 04:24:31 +0000
commit98ebc1db70b7156b3575b3c4dfa5453bbad0333f (patch)
tree17a9d3f274bda35c5f83bad949ac140a9365c07f
parent58d150436d93456f77d2c6bb70449905d16e1674 (diff)
downloadaur-98ebc1db70b7156b3575b3c4dfa5453bbad0333f.tar.gz
Changes for fman 1.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 062882105913..53f37741be45 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.6.0
+ pkgver = 1.6.1
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.6.0.pkg.tar.xz
- sha256sums = f917ac6fe98fe7661fc1d3651f7a543582d88151469860c83340a58a6e258724
+ source = https://fman.io/updates/arch/fman-1.6.1.pkg.tar.xz
+ sha256sums = d1c77c9fcae5abf0d1df2c3a14249bdf970e6a2e6a88a9c18c19051e4cd4d973
pkgname = fman
diff --git a/PKGBUILD b/PKGBUILD
index 4fef198cfa26..35ea0fd47a6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=1.6.0
+pkgver=1.6.1
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.6.0.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-1.6.1.pkg.tar.xz')
noextract=("${source[@]##*/}")
-sha256sums=('f917ac6fe98fe7661fc1d3651f7a543582d88151469860c83340a58a6e258724')
+sha256sums=('d1c77c9fcae5abf0d1df2c3a14249bdf970e6a2e6a88a9c18c19051e4cd4d973')
package() {
- tar xf "${srcdir}/fman-1.6.0.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+ tar xf "${srcdir}/fman-1.6.1.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}