Automated: update to 138-4

This commit is contained in:
Ivan Shapovalov 2014-04-10 21:04:36 +04:00
parent 80c249539c
commit 75d62cecbe
2 changed files with 4 additions and 3 deletions

View file

@ -1,12 +1,13 @@
pkgbase = pacbuilder-svn
pkgdesc = A tool to massively recompile archlinux packages from sources
pkgver = 138
pkgrel = 3
pkgrel = 4
url = http://code.google.com/p/pacbuilder/
arch = any
license = GPL3
makedepends = subversion
depends = rsync
depends = wget
backup = etc/pacbuilder.conf
source = pacbuilder::svn+http://pacbuilder.googlecode.com/svn/trunk
md5sums = SKIP

View file

@ -4,12 +4,12 @@
pkgname=pacbuilder-svn
pkgver=138
pkgrel=3
pkgrel=4
pkgdesc="A tool to massively recompile archlinux packages from sources"
arch=('any')
url="http://code.google.com/p/pacbuilder/"
license=('GPL3')
depends=('rsync')
depends=('rsync' 'wget')
makedepends=('subversion')
backup=('etc/pacbuilder.conf')