diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-28 13:18:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-28 13:18:44 +0000 |
commit | b7e6c2399d8576ff340e68b07b8af689d3028406 (patch) | |
tree | fa1c67989f4e2d30222ff8e0395fe48f73ef349e /main/git | |
parent | 66bacf8435b6ecb8b5984e0f9f3681893307d114 (diff) | |
download | aports-b7e6c2399d8576ff340e68b07b8af689d3028406.tar.bz2 aports-b7e6c2399d8576ff340e68b07b8af689d3028406.tar.xz |
main/git: bump pkgrel so we get license change
Diffstat (limited to 'main/git')
-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 91a6d63b88..cf0a982ee5 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=git pkgver=1.7.10.2 -pkgrel=0 +pkgrel=1 pkgdesc="A distributed version control system" url="http://git.or.cz/" arch="all" |