summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2cc1cc6f466..3653bf0af29c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
pkgbase = gdu-git
pkgdesc = Fast disk usage analyzer
- pkgver = v4.3.0.r3.gd75ca21
+ pkgver = v4.5.0
pkgrel = 1
url = https://github.com/Dundee/gdu
arch = x86_64
license = MIT
makedepends = go
- conflicts = gdu
- conflicts = gdu-bin
source = gdu::git+https://github.com/Dundee/gdu
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 95c216b27576..5f09ea50a5d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,11 @@
pkgname=gdu-git
_gitname=gdu
-pkgver=v4.3.0.r3.gd75ca21
+pkgver=v4.5.0
pkgrel=1
license=('MIT')
pkgdesc="Fast disk usage analyzer"
makedepends=('go')
-conflicts=("gdu" "gdu-bin")
arch=('x86_64')
url="https://github.com/Dundee/gdu"
source=("$_gitname::git+https://github.com/Dundee/gdu")
@@ -36,6 +35,7 @@ build() {
package() {
cd "$_gitname"
- install -Dm755 "dist/$_gitname" "${pkgdir}"/usr/bin/$_gitname
+ install -Dm755 "dist/$_gitname" "${pkgdir}"/usr/bin/$pkgname
+ install -Dm644 gdu.1 "${pkgdir}"/usr/share/man/man1/$pkgname.1
}