Automated: update to 1:r138-1

This commit is contained in:
Ivan Shapovalov 2015-04-18 16:48:08 +03:00
parent 75d62cecbe
commit 1196b76e96
2 changed files with 10 additions and 7 deletions

View file

@ -1,7 +1,8 @@
pkgbase = pacbuilder-svn
pkgdesc = A tool to massively recompile archlinux packages from sources
pkgver = 138
pkgrel = 4
pkgver = r138
pkgrel = 1
epoch = 1
url = http://code.google.com/p/pacbuilder/
arch = any
license = GPL3

View file

@ -3,8 +3,9 @@
# Contributor: Antony Male <antony dot male at gmail dot com>
pkgname=pacbuilder-svn
pkgver=138
pkgrel=4
epoch=1
pkgver=r138
pkgrel=1
pkgdesc="A tool to massively recompile archlinux packages from sources"
arch=('any')
url="http://code.google.com/p/pacbuilder/"
@ -19,11 +20,12 @@ md5sums=('SKIP')
pkgver() {
cd pacbuilder
svnversion
local ver="$(svnversion)"
printf "r%s" "${ver//[[:alpha:]]}"
}
package() {
cd pacbuilder
cd pacbuilder
make DESTDIR="$pkgdir" install
make DESTDIR="$pkgdir" install
}