summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Herrmann2018-11-30 18:11:17 +0000
committerMichael Herrmann2018-11-30 18:11:17 +0000
commit1b4c5ae7dfa5a1abbaa225abe79e92108284b928 (patch)
tree4825aaa112b1bbf1319987f5ae01518ed7e8db31
parent1d98eaf6744d0d398d65dd8e5e0f1ae6b7cd8b6a (diff)
downloadaur-1b4c5ae7dfa5a1abbaa225abe79e92108284b928.tar.gz
Changes for fman 1.4.9
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4e2c6ac5bb2..d25172564f50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,18 @@
pkgbase = fman
pkgdesc = A modern file manager for power users. Beautiful, fast and extensible
- pkgver = 1.4.8
+ pkgver = 1.4.9
pkgrel = 1
url = https://fman.io
arch = x86_64
license = custom
depends = qt5-base
depends = p7zip
+ depends = qt5-base
+ depends = p7zip
+ optdepends = qt5-svg
optdepends = qt5-svg
- source = https://fman.io/updates/arch/fman-1.4.8.pkg.tar.xz
- sha256sums = 607e4c9ef8d2e9908b00505e1ea2f06cd27f914eaefdee2d91d8e59d7b291e59
+ source = https://fman.io/updates/arch/fman-1.4.9.pkg.tar.xz
+ sha256sums = f96895aeed864bfa55fff0a2efcfd52d2a1932d1fd3d6a07db097f6037f30ab1
pkgname = fman
diff --git a/PKGBUILD b/PKGBUILD
index c706d090b15f..3930e91b098a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=1.4.8
+pkgver=1.4.9
pkgrel=1
pkgdesc="A modern file manager for power users. Beautiful, fast and extensible"
arch=('x86_64')
url="https://fman.io"
license=('custom')
-depends=('qt5-base' 'p7zip')
-optdepends=('qt5-svg')
+depends=('qt5-base' 'p7zip' 'qt5-base' 'p7zip')
+optdepends=('qt5-svg' 'qt5-svg')
-source=('https://fman.io/updates/arch/fman-1.4.8.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-1.4.9.pkg.tar.xz')
noextract=("${source[@]##*/}")
-sha256sums=('607e4c9ef8d2e9908b00505e1ea2f06cd27f914eaefdee2d91d8e59d7b291e59')
+sha256sums=('f96895aeed864bfa55fff0a2efcfd52d2a1932d1fd3d6a07db097f6037f30ab1')
package() {
- tar xf "${srcdir}/fman-1.4.8.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+ tar xf "${srcdir}/fman-1.4.9.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}