summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhanupong Petchlert2024-03-19 04:21:14 +0700
committerBhanupong Petchlert2024-03-19 04:21:14 +0700
commit40d599b7b5c78fa7b61de1804f6bf76effa24725 (patch)
tree777dd7a417972b938149994c5392e5d78caebb87
parent8ac61f2eec1283817857be395de16ee910274b35 (diff)
downloadaur-40d599b7b5c78fa7b61de1804f6bf76effa24725.tar.gz
pacman-repo-stats v0.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08f2a7de0482..6948652eede0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pacman-repo-stats
pkgdesc = Show usage statistics of repositories in pacman.conf
- pkgver = 0.4.0
- pkgrel = 2
+ pkgver = 0.5.0
+ pkgrel = 1
url = https://github.com/bpetlert/pacman-repo-stats
arch = x86_64
license = GPL-3.0-or-later
makedepends = cargo
depends = libalpm.so
- source = pacman-repo-stats-0.4.0.tar.gz::https://github.com/bpetlert/pacman-repo-stats/archive/0.4.0.tar.gz
- b2sums = 316b0a2f2987c4fb8b4fc10a8e445953b20fdbbe950079c45aac2b34840cb332a8e74bcbc9bb927e7724907394cc376e98d8b7f9f5ff514393736edf033d11c1
+ source = pacman-repo-stats-0.5.0.tar.gz::https://github.com/bpetlert/pacman-repo-stats/archive/0.5.0.tar.gz
+ b2sums = 79efe3c7c4ff7a3b07a76f465d02671e18a0b59759918bdd9df64ecc39df5e8071d2a1a0e7e06124d58add906e90f0665d077d6aebfe90de760bc1dd380774d5
pkgname = pacman-repo-stats
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"
}