upgpkg: alhp-keyring 20240426-2

fix wrong src path
This commit is contained in:
Giovanni Harting 2024-04-26 16:41:15 +02:00
parent 6d50781f08
commit 034d9567de
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = alhp-keyring
pkgdesc = ALHP PGP keyring
pkgver = 20240426
pkgrel = 1
pkgrel = 2
url = https://somegit.dev/ALHP/alhp-keyring
install = alhp-keyring.install
arch = any

View File

@ -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
}