Skip to content

Instantly share code, notes, and snippets.

@azbarcea
Created February 16, 2020 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azbarcea/2a60f1fe2bea1c2e823f4347c0315661 to your computer and use it in GitHub Desktop.
Save azbarcea/2a60f1fe2bea1c2e823f4347c0315661 to your computer and use it in GitHub Desktop.
diff --git a/.SRCINFO b/.SRCINFO
index 0ce472e..30327d0 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 ad7e684..f9c019f 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,8 +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() {
cd "$pkgname-$pkgver"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment