diff options
author | Kiyoshi Aman <aphrael@alpinelinux.org> | 2011-05-15 15:34:58 -0400 |
---|---|---|
committer | Kiyoshi Aman <aphrael@alpinelinux.org> | 2011-05-17 15:38:36 -0400 |
commit | 97564b3363264be30d361645e613d81af7e05916 (patch) | |
tree | cf81cabb553e6470076fb1d9e36c24380b2667de | |
parent | 56a4e02767fcfe20e5091e110e48b6dd7e254bf0 (diff) | |
download | aports-97564b3363264be30d361645e613d81af7e05916.tar.bz2 aports-97564b3363264be30d361645e613d81af7e05916.tar.xz |
main/git: rebuild against new perl
-rw-r--r-- | main/git/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/git/APKBUILD b/main/git/APKBUILD index 27b601c75..41d8cbe98 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=git pkgver=1.7.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="GIT - the stupid content tracker" url="http://git.or.cz/" arch="all" |