summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeSnake2022-08-08 23:03:40 +0200
committerLeSnake2022-08-08 23:03:40 +0200
commit998b3655329ad2b9e5fe656671cb15ed185279c4 (patch)
tree1827c2f6d6414ffed88160213a278f95eff505bd
parent74b0253e2c4edd4e305b1b80642af9d8e071cbad (diff)
downloadaur-998b3655329ad2b9e5fe656671cb15ed185279c4.tar.gz
1.8.1-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42bc6137fe2f..cd40ed6f1f01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = qdirstat-bin
pkgdesc = Qt-based directory statistics (KDirStat/K4DirStat without any KDE - from the original KDirStat author)
- pkgver = 1.8
+ pkgver = 1.8.1
pkgrel = 1
url = https://github.com/shundhammer/qdirstat
install = qdirstat-bin.install
- arch = i686
arch = x86_64
license = GPL2
depends = qt5-base
@@ -13,7 +12,7 @@ pkgbase = qdirstat-bin
depends = desktop-file-utils
conflicts = qdirstat
conflicts = qdirstat-git
- source = https://github.com/LeSnake04/aur-lesnake04-sources/raw/main/qdirstat-bin/qdirstat-bin-1.8-1-x86_64.tar.gz
- sha512sums = 99cfc3a406ffa5bd58410d6f2e8f822926ff9f27c77f2918a133baa1b54073554776c76f31a2bbcbbf501b19f5aabef147e10191e0cacdab309c299d8452689b
+ source = https://github.com/LeSnake04/aur-lesnake04-sources/raw/main/qdirstat-bin/qdirstat-bin-1.8.1-1-x86_64.tar.gz
+ sha512sums = 189dd4c9690af4c67a3a0f89db6852188d9df28155cfb3c35d3545f8f8f2cad0cbcff35b0126aebabfedb95632376eabb7b68b7ac6139087d39cee11363f43e8
pkgname = qdirstat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 476e1bda9407..c5bffff5083d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
# Based of pkgbuild from qdirstat made by: phiresky <phireskyde+git@gmail.com>
pkgname=qdirstat-bin
-pkgver=1.8
+pkgver=1.8.1
pkgrel=1
-_srcpkgver=
+_srcpkgver=$pkgver
+_srcpkgrel=$pkgrel
pkgdesc="Qt-based directory statistics (KDirStat/K4DirStat without any KDE - from the original KDirStat author)"
-arch=(i686 x86_64)
+arch=(x86_64)
url="https://github.com/shundhammer/qdirstat"
license=('GPL2')
groups=()
@@ -17,9 +18,9 @@ replaces=()
backup=()
options=()
install=qdirstat-bin.install
-source=("https://github.com/LeSnake04/aur-lesnake04-sources/raw/main/qdirstat-bin/qdirstat-bin-$pkgver-$pkgrel-x86_64.tar.gz")
+source=("https://github.com/LeSnake04/aur-lesnake04-sources/raw/main/qdirstat-bin/qdirstat-bin-$_srcpkgver-$_srcpkgrel-x86_64.tar.gz")
noextract=()
-sha512sums=('99cfc3a406ffa5bd58410d6f2e8f822926ff9f27c77f2918a133baa1b54073554776c76f31a2bbcbbf501b19f5aabef147e10191e0cacdab309c299d8452689b')
+sha512sums=('189dd4c9690af4c67a3a0f89db6852188d9df28155cfb3c35d3545f8f8f2cad0cbcff35b0126aebabfedb95632376eabb7b68b7ac6139087d39cee11363f43e8')
package() {
cp -rv $srcdir/usr $pkgdir/usr