diff options
Diffstat (limited to 'main/pingu/APKBUILD')
-rw-r--r-- | main/pingu/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/pingu/APKBUILD b/main/pingu/APKBUILD index 8f0e79dfed..9101c42776 100644 --- a/main/pingu/APKBUILD +++ b/main/pingu/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=pingu pkgver=0.5 -pkgrel=1 +pkgrel=2 pkgdesc="Small daemon that pings hosts and executes a script when status change" url="http://git.alpinelinux.org/cgit/pingu" arch="all" license="GPL" depends= -source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2 +source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2 pingu.initd " |