summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Herrmann2019-06-11 08:05:39 +0000
committerMichael Herrmann2019-06-11 08:05:39 +0000
commit6d01429f4f1cb4ce0d3e7004eee58c4b5858cf88 (patch)
tree45dbdce9c32862ea862ca933149d6e689e706cf5
parent98ebc1db70b7156b3575b3c4dfa5453bbad0333f (diff)
downloadaur-6d01429f4f1cb4ce0d3e7004eee58c4b5858cf88.tar.gz
Changes for fman 1.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53f37741be45..1279c98525d8 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.1
+ pkgver = 1.6.2
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.1.pkg.tar.xz
- sha256sums = d1c77c9fcae5abf0d1df2c3a14249bdf970e6a2e6a88a9c18c19051e4cd4d973
+ source = https://fman.io/updates/arch/fman-1.6.2.pkg.tar.xz
+ sha256sums = 48850e7ebce9833ba3d13ee2be75af1ee8ef010e53b615d99a191a64c4920bca
pkgname = fman
diff --git a/PKGBUILD b/PKGBUILD
index 35ea0fd47a6e..f53afb0df1cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=1.6.1
+pkgver=1.6.2
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.1.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-1.6.2.pkg.tar.xz')
noextract=("${source[@]##*/}")
-sha256sums=('d1c77c9fcae5abf0d1df2c3a14249bdf970e6a2e6a88a9c18c19051e4cd4d973')
+sha256sums=('48850e7ebce9833ba3d13ee2be75af1ee8ef010e53b615d99a191a64c4920bca')
package() {
- tar xf "${srcdir}/fman-1.6.1.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+ tar xf "${srcdir}/fman-1.6.2.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}