diff options
Diffstat (limited to 'main/build-base')
-rw-r--r-- | main/build-base/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/build-base/APKBUILD b/main/build-base/APKBUILD index 752e063c5f..28989ea35a 100644 --- a/main/build-base/APKBUILD +++ b/main/build-base/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=build-base pkgver=0.2 -pkgrel=1 +pkgrel=2 url=http://dev.alpinelinux.org/cgit pkgdesc="Meta package for build base" if [ "$ALPINE_LIBC" = "eglibc" ]; then |