v++
Package builder / BuildPackage (push) Successful in 45s Details

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2023-10-26 14:55:43 +00:00
parent c4888b8a49
commit 279be0fb52
2 changed files with 2 additions and 3 deletions

View File

@ -30,4 +30,3 @@ jobs:
# path: ./*.pkg.tar.zst
- name: Put the packages into the import dir
run: cp -v ./*.pkg.tar.zst /import
- run: echo "This job's status is ${{ job.status }}."

View File

@ -4,7 +4,7 @@
pkgname='prm'
pkgdesc='A simple AUR/ABS downloader.'
license=( 'ISC' )
pkgver=3.5.6
pkgver=3.5.7
pkgrel=1
arch=( 'any' )
replaces=( zpac )
@ -19,4 +19,4 @@ package() {
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
sha1sums=('da43826b0ec8ba3678a50b5af0e012ab173c53c0')
sha1sums=('2a0f1c10e1a6ddb48a174a0fda10bcf375d54705')