summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Herrmann2018-08-21 14:19:06 +0000
committerMichael Herrmann2018-08-21 14:19:06 +0000
commit82d52e3245e9c986f2414a011be9fa1285b337ee (patch)
treed32596254fa1b7ffe643660270612347c29cc94e
parent555eb7a4f5e60cb3e258d2d36a4e35b075dad05d (diff)
downloadaur-82d52e3245e9c986f2414a011be9fa1285b337ee.tar.gz
Changes for fman 1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dec9b366b02e..f8ed56993312 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.2.0
+ pkgver = 1.2.1
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.2.0.pkg.tar.xz
- sha256sums = fed96b13cd78226fe3d364d4beff3132a81e9874121e903094a6cec5c1f34222
+ source = https://fman.io/updates/arch/fman-1.2.1.pkg.tar.xz
+ sha256sums = 2a09bce07494217cc85e1edd4ee2cf6d76dcd627ebc8ec5855a79061deeaea9d
pkgname = fman
diff --git a/PKGBUILD b/PKGBUILD
index 525275f8677b..7b9ae41ce975 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Herrmann <michael+removethisifyouarehuman@herrmann.io>
pkgname=fman
-pkgver=1.2.0
+pkgver=1.2.1
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.2.0.pkg.tar.xz')
+source=('https://fman.io/updates/arch/fman-1.2.1.pkg.tar.xz')
noextract=("${source[@]##*/}")
-sha256sums=('fed96b13cd78226fe3d364d4beff3132a81e9874121e903094a6cec5c1f34222')
+sha256sums=('2a09bce07494217cc85e1edd4ee2cf6d76dcd627ebc8ec5855a79061deeaea9d')
package() {
- tar xf "${srcdir}/fman-1.2.0.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
+ tar xf "${srcdir}/fman-1.2.1.pkg.tar.xz" -C "${pkgdir}" --exclude='.INSTALL' --exclude='.PKGINFO' --exclude='.MTREE'
}