summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormexus2020-03-27 16:49:55 +0300
committermexus2020-03-27 16:49:55 +0300
commitedcd32ac5e8cc7478ec82bda0bb408c6964e2961 (patch)
treeb87aef4a488d06b4c4429df835f97f30cf15e48b
parentc9a8e88fc015dfa04800b1403e3937dd6387d522 (diff)
downloadaur-edcd32ac5e8cc7478ec82bda0bb408c6964e2961.tar.gz
Bump to 2.3.9
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a74d552ba3c8..907bb7de96b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = dua-cli-bin
pkgdesc = A tool to conveniently learn about the disk usage of directories, fast!
- pkgver = 2.3.8
+ pkgver = 2.3.9
pkgrel = 1
url = https://github.com/Byron/dua-cli
arch = x86_64
license = MIT
provides = dua-cli
conflicts = dua-cli
- source = https://github.com/Byron/dua-cli/releases/download/v2.3.8/dua-v2.3.8-x86_64-unknown-linux-musl.tar.gz
- source = https://github.com/Byron/dua-cli/archive/v2.3.8.tar.gz
- md5sums = c95ac4146d5888ed7ff593ed9612c8f5
- md5sums = ac49a90e54b40b19ee74b182a7e563c7
+ source = https://github.com/Byron/dua-cli/releases/download/v2.3.9/dua-v2.3.9-x86_64-unknown-linux-musl.tar.gz
+ source = https://github.com/Byron/dua-cli/archive/v2.3.9.tar.gz
+ md5sums = 33007833df89ff1727443782d7286c97
+ md5sums = 3def7b07ae21d880971e713ec32003e9
pkgname = dua-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1be358af7613..a99b33628adf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mexus <gilaldpellaeon@gmail.com>
pkgname=dua-cli-bin
-pkgver=2.3.8
+pkgver=2.3.9
pkgrel=1
pkgdesc="A tool to conveniently learn about the disk usage of directories, fast!"
provides=("dua-cli")
@@ -15,12 +15,12 @@ source=(
"https://github.com/Byron/dua-cli/archive/v${pkgver}.tar.gz"
)
md5sums=(
- 'c95ac4146d5888ed7ff593ed9612c8f5'
- 'ac49a90e54b40b19ee74b182a7e563c7'
+ '33007833df89ff1727443782d7286c97'
+ '3def7b07ae21d880971e713ec32003e9'
)
package() {
cd "$srcdir/"
install -Dm 644 "dua-cli-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- install -Dm 755 "dua" "$pkgdir/usr/bin/dua"
+ install -Dm 755 "dua-v${pkgver}-x86_64-unknown-linux-musl/dua" "$pkgdir/usr/bin/dua"
}