summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphiresky2020-02-21 15:30:11 +0100
committerphiresky2020-02-21 15:30:11 +0100
commit269bfdb29011d470d16587351efb4c70afd5ed17 (patch)
treed522dc5ee74cec88f7a0335e665232b532f71fc4
parent2f30102a7167ea998c1c62af6571152cf6a387d1 (diff)
downloadaur-269bfdb29011d470d16587351efb4c70afd5ed17.tar.gz
1.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ce472e77296..30327d0c0380 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qdirstat
pkgdesc = Qt-based directory statistics (KDirStat/K4DirStat without any KDE - from the original KDirStat author)
- pkgver = 1.6
+ pkgver = 1.6.1
pkgrel = 1
url = https://github.com/shundhammer/qdirstat
install = qdirstat.install
@@ -14,8 +14,8 @@ pkgbase = qdirstat
depends = desktop-file-utils
provides = qdirstat-git
conflicts = qdirstat-git
- source = qdirstat-1.6.tar.gz::https://github.com/shundhammer/qdirstat/archive/1.6.tar.gz
- sha256sums = 9d3eb8bb969ea0177104ab021068c911f2e7b4f93880ea4ee1774c57ae11e4d6
+ source = qdirstat-1.6.1.tar.gz::https://github.com/shundhammer/qdirstat/archive/1.6.1.tar.gz
+ sha256sums = 8cc12a054930a29dc3b1480e4fa63597ddffeac8841cf7804230410f96b6cf3b
pkgname = qdirstat
diff --git a/PKGBUILD b/PKGBUILD
index ad7e684664d8..fe2ebd12e7f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: phiresky <phireskyde+git@gmail.com>
pkgname=qdirstat
-pkgver=1.6
+pkgver=1.6.1
pkgrel=1
pkgdesc="Qt-based directory statistics (KDirStat/K4DirStat without any KDE - from the original KDirStat author)"
arch=(i686 x86_64)
@@ -17,7 +17,7 @@ options=()
install=qdirstat.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/shundhammer/qdirstat/archive/$pkgver.tar.gz")
noextract=()
-sha256sums=('9d3eb8bb969ea0177104ab021068c911f2e7b4f93880ea4ee1774c57ae11e4d6')
+sha256sums=('8cc12a054930a29dc3b1480e4fa63597ddffeac8841cf7804230410f96b6cf3b')
build() {