Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
c4888b8a49
commit
279be0fb52
|
@ -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 }}."
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue
Block a user