summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Herrmann2017-11-29 14:56:55 +0000
committerMichael Herrmann2017-11-29 14:56:55 +0000
commit31b30d5e36a9f78c45f2a312976c22ecfae4bfe0 (patch)
tree33cc72ca24689fd632412c917aa4c0d1f52a51ab
parent4dfd731695b99e22de51ec60b3e56878802654e1 (diff)
downloadaur-31b30d5e36a9f78c45f2a312976c22ecfae4bfe0.tar.gz
Changes for fman 0.7.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74fc886ac347..3f6b41a5a44c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = fman
pkgdesc = A modern file manager for power users. Beautiful, fast and extensible
- pkgver = 0.6.9
+ pkgver = 0.7.0
pkgrel = 1
url = https://fman.io
arch = x86_64
license = custom
depends = qt5-base
+ depends = p7zip
optdepends = qt5-svg
- source = https://fman.io/updates/arch/fman-0.6.9.pkg.tar.xz
- sha256sums = 13c192b6084eee5e8ab9d5a8be4dc10594bfccdb169b5df84c7685ce279f3b9f
+ source = https://fman.io/updates/arch/fman-0.7.0.pkg.tar.xz
+ sha256sums = f573673e4454eb71019ff8a9050115406bc0080a7aece64a52a654042dc8f563
pkgname = fman
diff --git a/PKGBUILD b/PKGBUILD
index c72dd7f2283e..15d948309b3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=0.6.9
+pkgver=0.7.0
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')
+depends=('qt5-base' 'p7zip')
optdepends=('qt5-svg')
-source=('https://fman.io/updates/arch/fman-0.6.9.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-0.7.0.pkg.tar.xz')
noextract=("${source[@]##*/}")
-sha256sums=('13c192b6084eee5e8ab9d5a8be4dc10594bfccdb169b5df84c7685ce279f3b9f')
+sha256sums=('f573673e4454eb71019ff8a9050115406bc0080a7aece64a52a654042dc8f563')
package() {
- tar xf "${srcdir}/fman-0.6.9.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+ tar xf "${srcdir}/fman-0.7.0.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}