summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Herrmann2018-10-24 10:26:29 +0000
committerMichael Herrmann2018-10-24 10:26:29 +0000
commitf1b75cc1579f184c30077790fc29f15327421143 (patch)
treeaa10f20dc71fb0d466818bf0c478dca1a8e060ff
parentae6f38d43e8219589fcd89f5561bfdd555573fe3 (diff)
downloadaur-f1b75cc1579f184c30077790fc29f15327421143.tar.gz
Changes for fman 1.3.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f445baa7a52..ac1b39e5ec87 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.3.6
+ pkgver = 1.3.7
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.3.6.pkg.tar.xz
- sha256sums = afc2349894b6b32eb11489591b49d386a25e9c23790d937cf4452083642957c3
+ source = https://fman.io/updates/arch/fman-1.3.7.pkg.tar.xz
+ sha256sums = 65a6efa675674e01ff8f4dd921787ef350cb7f50468a114b9b1dcb66111a945f
pkgname = fman
diff --git a/PKGBUILD b/PKGBUILD
index 65cf3a6cd7fe..0fbc627d8442 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=1.3.6
+pkgver=1.3.7
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.3.6.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-1.3.7.pkg.tar.xz')
noextract=("${source[@]##*/}")
-sha256sums=('afc2349894b6b32eb11489591b49d386a25e9c23790d937cf4452083642957c3')
+sha256sums=('65a6efa675674e01ff8f4dd921787ef350cb7f50468a114b9b1dcb66111a945f')
package() {
- tar xf "${srcdir}/fman-1.3.6.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+ tar xf "${srcdir}/fman-1.3.7.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}