move to another git hosting solution

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2020-05-12 22:39:08 +03:00
parent 2fa67f3642
commit 2ef9a935d0
1 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# Maintainer: Jack Frost <fbt@fleshless.org>
# % Trigger: 1510946324 % #
# % Trigger: 1589312335 % #
pkgname='prm'
pkgdesc='A simple AUR/ABS downloader.'
@ -9,16 +9,15 @@ _commit=7fedda7342746d35308b24a5627ceccc543863a7
pkgrel=1
arch=( 'any' )
replaces=( zpac )
url='https://git.fleshless.org/u/fbt/prm/about'
url='https://code.fleshless.org/fbt/prm'
depends=( 'subversion' 'curl' 'bash' 'jshon' )
source=( "https://git.fleshless.org/u/fbt/prm/snapshot/prm-$pkgver.tar.gz" )
source=( "https://code.fleshless.org/fbt/prm/archive/v$pkgver.tar.gz" )
package() {
cd "$srcdir/$pkgname-$pkgver"
cd "$srcdir/$pkgname"
install -Dm755 prm "${pkgdir}/usr/bin/prm"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
sha1sums=('ea1b3d4c6e5349d522e7c474ad9b0b0227584f92')
sha1sums=('c1c876f494def9ff45393cbe306ff7c5c22d7b20')