summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Harting2024-04-26 16:41:15 +0200
committerGiovanni Harting2024-04-26 16:41:15 +0200
commit358ae921691a030604244559467375c65f75515c (patch)
tree42c6161a347f85e3d8bebc8a58ced7dcf0d87a4e /PKGBUILD
parent59977c3f7ace81ffd3f0c73327649404856c8bf5 (diff)
downloadaur-358ae921691a030604244559467375c65f75515c.tar.gz
upgpkg: alhp-keyring 20240426-2
fix wrong src path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9cf2e4bfc498..be30eff3b5eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=alhp-keyring
pkgver=20240426
-pkgrel=1
+pkgrel=2
pkgdesc='ALHP PGP keyring'
arch=(any)
url='https://somegit.dev/ALHP/alhp-keyring'
@@ -14,7 +14,7 @@ b2sums=('b33b814a4e03f1684e77bbd6b5f556c9568ee069a6f63416bbc10bb84be19db1b2391d2
validpgpkeys=('2E3B2B05A332A7DB9019797848998B4039BED1CA') # Giovanni Harting <g.harting@mailstash.org>
package() {
- cd $pkgname
+ cd $pkgname-$pkgver
make PREFIX=/usr DESTDIR="$pkgdir" install
}