mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
alarm/git-annex to 3.20130216-1
This commit is contained in:
parent
ac9409f48a
commit
fc9d495def
1 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
buildarch=6
|
||||
|
||||
pkgname="git-annex"
|
||||
pkgver=3.20121017
|
||||
pkgver=3.20130216
|
||||
pkgrel=1
|
||||
pkgdesc="manage files with git, without checking their contents into git"
|
||||
url="http://git-annex.branchable.com/"
|
||||
|
@ -13,10 +13,10 @@ makedepends=("binutils")
|
|||
options=("!docs")
|
||||
if [ "${CARCH}" = "armv7h" ]; then
|
||||
source=("http://ftp.uk.debian.org/debian/pool/main/g/git-annex/git-annex_${pkgver}_armhf.deb")
|
||||
md5sums=("2af85ea0582aa1f2f67e35d9df1fecb9")
|
||||
md5sums=("64146373f92d9ed59161ca1bc3981a56")
|
||||
else
|
||||
source=("http://ftp.uk.debian.org/debian/pool/main/g/git-annex/git-annex_${pkgver}_armel.deb")
|
||||
md5sums=("dd23cf0910bf2f8268c8088a2981eff0")
|
||||
md5sums=("b70ea62c4b32f757bb3e35b74f60f0a8")
|
||||
fi
|
||||
|
||||
build() {
|
||||
|
@ -28,7 +28,7 @@ build() {
|
|||
tar -zxf data.tar.gz -C "${pkgdir}"
|
||||
|
||||
sed -re "s/(libpcre\.so\.)3/\11/g" -e "s/(libffi\.so\.)5/\16/g" \
|
||||
-i "${pkgdir}/usr/bin/git-annex"
|
||||
-e "s/(libgnutls\.so\.2)6/\18/g" -i "${pkgdir}/usr/bin/git-annex"
|
||||
}
|
||||
|
||||
# vim: set noet ff=unix:
|
||||
|
|
Loading…
Reference in a new issue