summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Herrmann2018-11-28 05:57:37 +0000
committerMichael Herrmann2018-11-28 05:57:37 +0000
commit1d98eaf6744d0d398d65dd8e5e0f1ae6b7cd8b6a (patch)
treea7fe63e72ea06fddae937c39a9d50324f19b9f0a
parent94e68b6e6b5d5ef98217fefd28b9c9b8ac4250fc (diff)
downloadaur-1d98eaf6744d0d398d65dd8e5e0f1ae6b7cd8b6a.tar.gz
Changes for fman 1.4.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bffa6285ecb5..c4e2c6ac5bb2 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.4.7
+ pkgver = 1.4.8
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.4.7.pkg.tar.xz
- sha256sums = b29367aacc6674680f4ac92f7eb468098c1a517a6c9eb0c8b946e4de98d465da
+ source = https://fman.io/updates/arch/fman-1.4.8.pkg.tar.xz
+ sha256sums = 607e4c9ef8d2e9908b00505e1ea2f06cd27f914eaefdee2d91d8e59d7b291e59
pkgname = fman
diff --git a/PKGBUILD b/PKGBUILD
index ce4c3d07fff5..c706d090b15f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=1.4.7
+pkgver=1.4.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' 'p7zip')
optdepends=('qt5-svg')
-source=('https://fman.io/updates/arch/fman-1.4.7.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-1.4.8.pkg.tar.xz')
noextract=("${source[@]##*/}")
-sha256sums=('b29367aacc6674680f4ac92f7eb468098c1a517a6c9eb0c8b946e4de98d465da')
+sha256sums=('607e4c9ef8d2e9908b00505e1ea2f06cd27f914eaefdee2d91d8e59d7b291e59')
package() {
- tar xf "${srcdir}/fman-1.4.7.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+ tar xf "${srcdir}/fman-1.4.8.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}