mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 00:12:14 +01:00
Automated: update to 138-4
This commit is contained in:
parent
80c249539c
commit
75d62cecbe
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue