summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-02-12 21:52:11 +0100
committerhaawda2019-02-12 21:52:11 +0100
commit60ad91b794ec50e035d967189b1b3c293aee8da4 (patch)
tree1abd98a3638f78781122df45cbab62a6d37a3e7a
parent24413313ee228be0fa26e1b20219c6936093b99d (diff)
downloadaur-60ad91b794ec50e035d967189b1b3c293aee8da4.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6da60c5f78f5..ee16ed11083e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qtfm
pkgdesc = A lightweight file manager
- pkgver = 6.1.5
+ pkgver = 6.1.7
pkgrel = 1
url = https://github.com/rodlie/qtfm/releases
arch = i686
@@ -9,8 +9,8 @@ pkgbase = qtfm
depends = qt5-base
depends = desktop-file-utils
depends = hicolor-icon-theme
- source = qtfm-6.1.5.tar.gz::https://github.com/rodlie/qtfm/archive/6.1.5.tar.gz
- sha256sums = a84b03373e2ae9c6eb0cd736bc1826a7e6e8a3f38537861004fd370c8b5934a6
+ source = qtfm-6.1.7.tar.gz::https://github.com/rodlie/qtfm/archive/6.1.7.tar.gz
+ sha256sums = 294d714100c1265c3be1b88fd109c72bf71ea64774909998a110e85f54741013
pkgname = qtfm
diff --git a/PKGBUILD b/PKGBUILD
index f76ce8243a37..12597a05b2d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=qtfm
-pkgver=6.1.5
+pkgver=6.1.7
pkgrel=1
pkgdesc="A lightweight file manager"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url="https://github.com/rodlie/qtfm/releases"
license=('GPL')
depends=('qt5-base' 'desktop-file-utils' 'hicolor-icon-theme')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rodlie/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('a84b03373e2ae9c6eb0cd736bc1826a7e6e8a3f38537861004fd370c8b5934a6')
+sha256sums=('294d714100c1265c3be1b88fd109c72bf71ea64774909998a110e85f54741013')
build() {
cd $pkgname-${pkgver//_/-}