diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-28 14:17:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-28 14:17:25 +0000 |
commit | eb2b94a9fa352e1669fb6a6aad6cd2394f476cde (patch) | |
tree | 0cd8f2f391f11899b6a2f2fa9f1249f2d8035127 /testing | |
parent | b7e6c2399d8576ff340e68b07b8af689d3028406 (diff) | |
download | aports-eb2b94a9fa352e1669fb6a6aad6cd2394f476cde.tar.bz2 aports-eb2b94a9fa352e1669fb6a6aad6cd2394f476cde.tar.xz |
testing/gitstats: disable for now
the checksum will allways change
Diffstat (limited to 'testing')
-rw-r--r-- | testing/gitstats/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gitstats/APKBUILD b/testing/gitstats/APKBUILD index 5acd50a4f..d07ecd9cf 100644 --- a/testing/gitstats/APKBUILD +++ b/testing/gitstats/APKBUILD @@ -6,7 +6,7 @@ pkgver=0 pkgrel=0.${git:0:6} pkgdesc="Git history statistics generator" url="http://gitstats.sourceforge.net/" -arch="noarch" +arch="" license="GPL2+" depends="python gnuplot git" depends_dev="" |