mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 22:41:54 +01:00
Automated: update to 1:r138-1
This commit is contained in:
parent
75d62cecbe
commit
1196b76e96
2 changed files with 10 additions and 7 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
12
PKGBUILD
12
PKGBUILD
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue