diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/pacman/PKGBUILD | 12 | ||||
-rw-r--r-- | libre/pacman/makepkg.conf | 2 |
2 files changed, 8 insertions, 6 deletions
diff --git a/libre/pacman/PKGBUILD b/libre/pacman/PKGBUILD index 6bc77a345..614c1156e 100644 --- a/libre/pacman/PKGBUILD +++ b/libre/pacman/PKGBUILD @@ -1,11 +1,11 @@ # vim: set ts=2 sw=2 et: -# $Id: PKGBUILD 181860 2013-04-04 22:54:14Z allan $ +# $Id: PKGBUILD 184462 2013-05-07 03:37:44Z allan $ # Maintainer: Dan McGee <dan@archlinux.org> # Maintainer: Dave Reisner <dreisner@archlinux.org> pkgname=pacman -pkgver=4.1.0 -pkgrel=2.1 +pkgver=4.1.1 +pkgrel=1 pkgdesc="A library-based package manager with dependency support" arch=('i686' 'x86_64' 'mips64el') url="http://www.archlinux.org/pacman/" @@ -26,12 +26,12 @@ source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig} pacman.conf.x86_64 pacman.conf.mips64el makepkg.conf) -md5sums=('a0f2b3148bee4784f21cf373cf59a0bc' - '4959b8d00056398195f4e549e7bdd346' +md5sums=('72a1688ff73c1c0b79d8f87b3793d446' + 'SKIP' '688feb0a552f42643a76f72e7198bfe4' '765858b55d2112d948932fc645ea538b' '9e0c64937ef751ae4273fa4d73381484' - '5a94cdf966ad72284ee1aa148202857b') + '7984963d89784d26b5c50218e2138467') build() { cd $srcdir/$pkgname-$pkgver diff --git a/libre/pacman/makepkg.conf b/libre/pacman/makepkg.conf index f1ce20fcb..a4e7ceada 100644 --- a/libre/pacman/makepkg.conf +++ b/libre/pacman/makepkg.conf @@ -109,6 +109,8 @@ PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod) #SRCDEST=/home/sources #-- Source packages: specify a fixed directory where all src packages will be placed #SRCPKGDEST=/home/srcpackages +#-- Log files: specify a fixed directory where all log files will be placed +#LOGDEST=/home/makepkglogs #-- Packager: name/email of the person or organization building packages #PACKAGER="John Doe <john@doe.com>" #-- Specify a key to use for package signing |