diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-23 16:25:13 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-23 16:25:13 -0200 |
commit | c42a9c8048ae2fe9a849452ef1ea1233fca0abdf (patch) | |
tree | 660284a8b3358662133b521886964d55b93e7ee3 /libre/pacman/PKGBUILD | |
parent | b7421a86c874f0c2fafa7c4512b827e8c81e5e83 (diff) |
pacman-4.1.2-4: updating revision
* add \!staticlibs to makepkg.conf, remove install file as none of the checks are relevant on systems updated in the last two years
* add \!libtool to makepkg.conf
* remove static libraries
Diffstat (limited to 'libre/pacman/PKGBUILD')
-rw-r--r-- | libre/pacman/PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libre/pacman/PKGBUILD b/libre/pacman/PKGBUILD index 1dec5dcc9..2d91706a7 100644 --- a/libre/pacman/PKGBUILD +++ b/libre/pacman/PKGBUILD @@ -1,11 +1,11 @@ # vim: set ts=2 sw=2 et: -# $Id: PKGBUILD 188692 2013-06-18 04:04:38Z allan $ +# $Id: PKGBUILD 197027 2013-10-21 14:05:24Z allan $ # Maintainer: Dan McGee <dan@archlinux.org> # Maintainer: Dave Reisner <dreisner@archlinux.org> pkgname=pacman pkgver=4.1.2 -pkgrel=1 +pkgrel=4 pkgdesc="A library-based package manager with dependency support" arch=('i686' 'x86_64' 'mips64el') url="http://www.archlinux.org/pacman/" @@ -19,8 +19,6 @@ provides=('pacman-contrib') conflicts=('pacman-contrib') replaces=('pacman-contrib') backup=(etc/pacman.conf etc/makepkg.conf) -install=pacman.install -options=(!libtool) source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig} pacman.conf.i686 pacman.conf.x86_64 |