summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBhanupong Petchlert2024-03-19 04:21:14 +0700
committerBhanupong Petchlert2024-03-19 04:21:14 +0700
commit40d599b7b5c78fa7b61de1804f6bf76effa24725 (patch)
tree777dd7a417972b938149994c5392e5d78caebb87 /PKGBUILD
parent8ac61f2eec1283817857be395de16ee910274b35 (diff)
downloadaur-pacman-repo-stats.tar.gz
pacman-repo-stats v0.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df18f15114fc..0f1821bf3288 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bhanupong Petchlert <bpetlert@gmail.com>
pkgname=pacman-repo-stats
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
pkgdesc="Show usage statistics of repositories in pacman.conf"
arch=('x86_64')
url="https://github.com/bpetlert/pacman-repo-stats"
@@ -10,7 +10,7 @@ depends=(libalpm.so)
makedepends=(cargo)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bpetlert/${pkgname}/archive/${pkgver}.tar.gz")
-b2sums=('316b0a2f2987c4fb8b4fc10a8e445953b20fdbbe950079c45aac2b34840cb332a8e74bcbc9bb927e7724907394cc376e98d8b7f9f5ff514393736edf033d11c1')
+b2sums=('79efe3c7c4ff7a3b07a76f465d02671e18a0b59759918bdd9df64ecc39df5e8071d2a1a0e7e06124d58add906e90f0665d077d6aebfe90de760bc1dd380774d5')
prepare() {
cd "${pkgname}-${pkgver}"
@@ -29,5 +29,4 @@ package() {
install -Dm755 "target/release/pacman-repo-stats" "$pkgdir/usr/bin/pacman-repo-stats"
install -Dm644 "README.adoc" "$pkgdir/usr/share/doc/${pkgname}/README.adoc"
- install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
}