diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-02-02 12:05:39 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-02-02 12:05:39 -0300 |
commit | 852ac273c66e5f1eb306e8597aa44e01a778bd0a (patch) | |
tree | d14d6dbf10d76f0fe4ec10d97813c04f21e596ce /libre/pacman | |
parent | b075e74414ef32e14b51fcf395e30f7b6c1e87c9 (diff) | |
download | abslibre-852ac273c66e5f1eb306e8597aa44e01a778bd0a.tar.gz abslibre-852ac273c66e5f1eb306e8597aa44e01a778bd0a.tar.bz2 abslibre-852ac273c66e5f1eb306e8597aa44e01a778bd0a.zip |
libre/pacman-4.0.1-2
Diffstat (limited to 'libre/pacman')
-rw-r--r-- | libre/pacman/PKGBUILD | 5 | ||||
-rw-r--r-- | libre/pacman/rePKGBUILD | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/libre/pacman/PKGBUILD b/libre/pacman/PKGBUILD index 00ed5e69c..00faf0842 100644 --- a/libre/pacman/PKGBUILD +++ b/libre/pacman/PKGBUILD @@ -1,11 +1,11 @@ # vim: set ts=2 sw=2 et: -# $Id: PKGBUILD 145836 2012-01-02 19:39:43Z dreisner $ +# $Id: PKGBUILD 146568 2012-01-13 16:47:02Z dreisner $ # Maintainer: Dan McGee <dan@archlinux.org> # Maintainer: Dave Reisner <dave@archlinux.org> pkgname=pacman pkgver=4.0.1 -pkgrel=3 +pkgrel=4 pkgdesc="A library-based package manager with dependency support" arch=('i686' 'x86_64' 'mips64el') url="http://www.archlinux.org/pacman/" @@ -13,6 +13,7 @@ license=('GPL') groups=('base') depends=('bash' 'glibc>=2.15' 'libarchive>=3.0.2' 'curl>=7.19.4' 'gpgme' 'pacman-mirrorlist') +makedepends=('asciidoc') optdepends=('fakeroot: for makepkg usage as normal user') backup=(etc/pacman.conf etc/makepkg.conf) install=pacman.install diff --git a/libre/pacman/rePKGBUILD b/libre/pacman/rePKGBUILD index 3648f2a18..3967b90ab 100644 --- a/libre/pacman/rePKGBUILD +++ b/libre/pacman/rePKGBUILD @@ -2,7 +2,7 @@ source PKGBUILD CARCH=x86_64 unset build package md5sums source -_repo=testing +_repo=core source=(PKGBUILD ftp://ftp.archlinux.org/${_repo}/os/${CARCH}/${pkgname%-libre}-$pkgver-$pkgrel-$CARCH$PKGEXT # files for pkg modifications |