summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheTrueColonel2024-02-18 21:12:13 -0600
committerTheTrueColonel2024-02-18 21:12:13 -0600
commit3a8641f79ccad900162eac71eaa42fba7a9a3446 (patch)
tree236f57089634e6bb99bbdbcaa796be95ac9d4ebe
parent37a3734053f83ec9423185144c9708b8676e3f77 (diff)
downloadaur-3a8641f79ccad900162eac71eaa42fba7a9a3446.tar.gz
Updated for 1.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2d275da125c..8da79b5a3e2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = qdirstat
pkgdesc = Qt-based directory statistics (KDirStat/K4DirStat without any KDE - from the original KDirStat author)
- pkgver = 1.8.1
+ pkgver = 1.9
pkgrel = 1
url = https://github.com/shundhammer/qdirstat
install = qdirstat.install
arch = i686
arch = x86_64
- license = GPL2
+ license = GPL-2.0-only
makedepends = git
depends = qt5-base
depends = xdg-utils
@@ -14,7 +14,7 @@ pkgbase = qdirstat
depends = desktop-file-utils
provides = qdirstat-git
conflicts = qdirstat-git
- source = qdirstat-1.8.1.tar.gz::https://github.com/shundhammer/qdirstat/archive/1.8.1.tar.gz
- sha256sums = f41212ddeb7fab86bad43cf65cb7fbd044f4c08fc0b167f8e9eaa384e0c1561b
+ source = qdirstat-1.9.tar.gz::https://github.com/shundhammer/qdirstat/archive/1.9.tar.gz
+ sha256sums = 5a9abda2dbdca3d012d1d9ce7a601abf89e2af77d677f1e5d613f53fb7ad19ff
pkgname = qdirstat
diff --git a/PKGBUILD b/PKGBUILD
index 03c16ec3b76a..d5d39d75b3b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: phiresky <phireskyde+git@gmail.com>
+# Maintainer: TheTrueColonel <benjaminesims@gmail.com>
pkgname=qdirstat
-pkgver=1.8.1
+pkgver=1.9
pkgrel=1
pkgdesc="Qt-based directory statistics (KDirStat/K4DirStat without any KDE - from the original KDirStat author)"
arch=(i686 x86_64)
url="https://github.com/shundhammer/qdirstat"
-license=('GPL2')
+license=('GPL-2.0-only')
groups=()
depends=('qt5-base' 'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('git')
@@ -17,7 +18,7 @@ options=()
install=qdirstat.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/shundhammer/qdirstat/archive/$pkgver.tar.gz")
noextract=()
-sha256sums=('f41212ddeb7fab86bad43cf65cb7fbd044f4c08fc0b167f8e9eaa384e0c1561b')
+sha256sums=('5a9abda2dbdca3d012d1d9ce7a601abf89e2af77d677f1e5d613f53fb7ad19ff')
build() {