Update aufs3-util

This commit is contained in:
Tom Willemse 2014-04-23 22:40:53 +02:00
parent 71e7bd2c91
commit 0aab3ffb47

View file

@ -2,7 +2,7 @@
pkgname=aufs3-util pkgname=aufs3-util
_gitbranch=3.9 _gitbranch=3.9
pkgver=20140108 pkgver=20140414
pkgrel=1 pkgrel=1
pkgdesc="Another Unionfs Implementation that supports NFS branches" pkgdesc="Another Unionfs Implementation that supports NFS branches"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -18,9 +18,13 @@ pkgver() {
date -d @$(git log -n1 --pretty=format:%ct) '+%Y%m%d' date -d @$(git log -n1 --pretty=format:%ct) '+%Y%m%d'
} }
build() { prepare () {
cd "${srcdir}/${pkgname}" cd "${srcdir}/${pkgname}"
sed -i 's/($|\\\\.x)/($|\\\\.x|-[0-9]*$)/' ver.c sed -i 's/($|\\\\.x)/($|\\\\.x|-[0-9]*$)/' ver.c
}
build() {
cd "${srcdir}/${pkgname}"
make make
} }