mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-22 07:00:28 +00:00
APKBUILD.proto: use sourceforge as example for source
This commit is contained in:
parent
0c9cb860be
commit
e4d3099995
@ -14,7 +14,7 @@ license='GPL'
|
||||
depends=""
|
||||
makedepends=""
|
||||
install=
|
||||
source="$pkgname-$pkgver.tar.gz"
|
||||
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
Loading…
Reference in New Issue
Block a user