summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Herrmann2017-08-25 09:29:58 +0000
committerMichael Herrmann2017-08-25 09:29:58 +0000
commit69a5f6b902ecb4964396cb59e0cd70b26de2f944 (patch)
tree82fd94d62bdc2e01bfd5bfbfd315d7d574929594
parent5e1b08e80c429af7c6b051f8153755fa15bc6851 (diff)
downloadaur-69a5f6b902ecb4964396cb59e0cd70b26de2f944.tar.gz
Changes for fman 0.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c36f1272618..c6e3f26d4118 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = fman
pkgdesc = A modern file manager for power users. Beautiful, fast and extensible
- pkgver = 0.6.2
+ pkgver = 0.6.3
pkgrel = 1
url = https://fman.io
arch = x86_64
license = custom
depends = qt5-base
optdepends = qt5-svg
- source = https://fman.io/updates/arch/fman-0.6.2.pkg.tar.xz
- sha256sums = 63fad98ea8c2baffa278db196f7897c96b983d87275ceb3850f9319073bd653b
+ source = https://fman.io/updates/arch/fman-0.6.3.pkg.tar.xz
+ sha256sums = 453f406b73dd4c07887d3b9f84a8eed71f3676976112fc65f83a6699d53fc1c0
pkgname = fman
diff --git a/PKGBUILD b/PKGBUILD
index 01be15bb0a21..80a0a4655d3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=0.6.2
+pkgver=0.6.3
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')
optdepends=('qt5-svg')
-source=('https://fman.io/updates/arch/fman-0.6.2.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-0.6.3.pkg.tar.xz')
noextract=("${source[@]##*/}")
-sha256sums=('63fad98ea8c2baffa278db196f7897c96b983d87275ceb3850f9319073bd653b')
+sha256sums=('453f406b73dd4c07887d3b9f84a8eed71f3676976112fc65f83a6699d53fc1c0')
package() {
- tar xf "${srcdir}/fman-0.6.2.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+ tar xf "${srcdir}/fman-0.6.3.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}