diff options
Diffstat (limited to 'testing/go-conf')
-rw-r--r-- | testing/go-conf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/go-conf/APKBUILD b/testing/go-conf/APKBUILD index a950bde752..fd06a6f539 100644 --- a/testing/go-conf/APKBUILD +++ b/testing/go-conf/APKBUILD @@ -4,7 +4,7 @@ pkgname=go-conf _realname=goconf _vendor=dlintw pkgver=0_git20170102 -pkgrel=0 +pkgrel=1 pkgdesc="goconf package - fork from http://code.google.com/p/goconf/" url="https://github.com/$_vendor/$_realname" arch="noarch" @@ -14,7 +14,7 @@ depends_dev= makedepends="$depends_dev" install= subpackages="$pkgname-doc" -source="http://dev.alpinelinux.org/archive/$r_ealname/$_realname-$pkgver.tar.gz" +source="http://dev.alpinelinux.org/archive/$_realname/$_realname-$pkgver.tar.gz" builddir="$srcdir"/$_realname-$pkgver giturl="https://github.com/dlintw/$_realname.git" |