Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2021-02-27 04:44:35 +03:00
parent fa982481b8
commit d2a45321b3
1 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,11 @@ pkgname="fake"
pkgver=1.0.0
pkgrel=1
pkgdesc="Fake: a more talkative true; sh version"
url="https://git.fleshless.org/u/fbt/fake"
url="https://code.fleshless.org/fbt/fake"
arch=( 'any' )
license=( 'WTFPL' )
source=( "https://git.fleshless.org/u/fbt/fake/snapshot/fake-${pkgver}.tar.gz" )
source=( "https://code.fleshless.org/fbt/fake/archive/${pkgver}.tar.gz" )
package() {
cd "${pkgname}-${pkgver}"
@ -16,4 +16,4 @@ package() {
install -Dm755 fake.sh "$pkgdir/usr/bin/fake"
}
sha1sums=('301468700ca5be8302bfa18ea7022f185323ad01')
sha1sums=('687d6426f6243ae6c93b197554c7fbaa9851a8f8')