diff options
author | Ted Trask <ttrask01@yahoo.com> | 2011-02-04 18:47:55 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-02-04 18:47:55 +0000 |
commit | 6d8e169e5a8dc6d7ca5857e8488255ab21b10a38 (patch) | |
tree | 6b5abcaeb87e51c3abb9cb96f383810f98fc0189 /main/lua-openrc | |
parent | 6e0e39fc9f7fe1a15b5f83fa0a3a873e6e834281 (diff) | |
download | aports-6d8e169e5a8dc6d7ca5857e8488255ab21b10a38.tar.bz2 aports-6d8e169e5a8dc6d7ca5857e8488255ab21b10a38.tar.xz |
multiple packages hosted at git.alpinelinux.org: update source urls
Diffstat (limited to 'main/lua-openrc')
-rw-r--r-- | main/lua-openrc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lua-openrc/APKBUILD b/main/lua-openrc/APKBUILD index 71860ece13..98d43a3251 100644 --- a/main/lua-openrc/APKBUILD +++ b/main/lua-openrc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=lua-openrc pkgver=0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Lua module for OpenRC" url="http://git.alpinelinux.org/cgit/lua-openrc/" arch="all" @@ -11,7 +11,7 @@ depends=lua makedepends="lua-dev openrc-dev" install= subpackages= -source="http://git.alpinelinux.org/cgit/lua-openrc/snapshot/lua-openrc-$pkgver.tar.bz2" +source="http://git.alpinelinux.org/cgit/lua-openrc.git/snapshot/lua-openrc-$pkgver.tar.bz2" _builddir="$srcdir"/$pkgname-$pkgver |