diff options
Diffstat (limited to 'main/ccache/APKBUILD')
-rw-r--r-- | main/ccache/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ccache/APKBUILD b/main/ccache/APKBUILD index 2143bdb728..2848bb64d5 100644 --- a/main/ccache/APKBUILD +++ b/main/ccache/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ccache pkgver=2.4 -pkgrel=0 +pkgrel=1 pkgdesc="ccache is a compiler cache" url="http://ccache.samba.org/" license="GPL" subpackages="$pkgname-doc" -depends="uclibc" +depends="" makedepends="" source="http://samba.org/ftp/$pkgname/$pkgname-$pkgver.tar.gz" |