Move to another git interface

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2020-05-12 22:31:23 +03:00
parent 0f11cf7cf3
commit 82892ad4ea
1 changed files with 5 additions and 5 deletions

View File

@ -1,23 +1,23 @@
# Maintainer: Jack L. Frost <fbt@fleshless.org>
# % Trigger: 1574004357 %
# % Trigger: 1589311823 %
pkgname=ufw-tools
pkgver=1.19.1
pkgrel=1
pkgdesc='A set of tools for zerofiles.org (8fw.me)'
url="https://git.fleshless.org/$pkgname"
url="https://code.fleshless.org/fbt/$pkgname"
arch=( 'any' )
license=( 'ISC' )
depends=( 'bash' 'jshon' 'curl' )
replaces=( 'zfh-tools' )
source=( "https://git.fleshless.org/u/fbt/$pkgname/snapshot/${pkgname}-${pkgver}.tar.gz" )
source=( "https://code.fleshless.org/fbt/ufw-tools/archive/$pkgver.tar.gz" )
package() {
cd "${pkgname}-${pkgver}"
cd "${pkgname}"
install -Dm755 ufw "$pkgdir/usr/bin/ufw"
install -Dm755 ufwd "$pkgdir/usr/bin/ufwd"
}
sha1sums=('3cc9a51dcba2bac776980f605e5d271389c5018c')
sha1sums=('d228e5740817903554572515b1b8a7edf88063f4')