diff options
Diffstat (limited to 'main/apg')
-rw-r--r-- | main/apg/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/apg/APKBUILD b/main/apg/APKBUILD index 860270b278..df2e34d825 100644 --- a/main/apg/APKBUILD +++ b/main/apg/APKBUILD @@ -9,7 +9,7 @@ license="BSD" depends="" makedepends="" subpackages="$pkgname-doc" -source="http://www.adel.nursat.kz/apg/download/$pkgname-$pkgver.tar.gz" +source="ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/$pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver build() { |