Some Core PKGBUILD fixes

This commit is contained in:
Mike Staszel 2009-10-23 22:21:40 -05:00
parent 2ed3e51ad1
commit 662e88c214
4 changed files with 5 additions and 32 deletions

View file

@ -1,10 +1,10 @@
# $Id: PKGBUILD 50526 2009-08-29 12:48:43Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=pciutils
pkgver=3.1.4
pkgrel=1
pkgdesc="PCI bus configuration space access library and tools"
arch=(i686 x86_64)
arch=('arm')
license=('GPL2')
groups=('base')
url="http://mj.ucw.cz/pciutils.html"

View file

@ -1,25 +0,0 @@
2009-04-13 Eric Belanger <eric@archlinux.org>
* pcre 7.9-1
* Upstream update
2008-10-19 Eric Belanger <eric@archlinux.org>
* Updated url
2008-09-05 Eric Belanger <eric@archlinux.org>
* pcre 7.8-1
* Upstream update
* Fixed license
2008-07-07 Eric Belanger <eric@archlinux.org>
* pcre 7.7-2
* Added libpcre-7.7-buffer-overflow.patch to fix buffer overflow (close FS#10845)
2008-05-10 Eric Belanger <eric@archlinux.org>
* pcre 7.7-1
* Upstream update
* Added ChangeLog

View file

@ -4,7 +4,7 @@ pkgname=pcre
pkgver=7.9
pkgrel=3
pkgdesc="A library that implements Perl 5-style regular expressions"
arch=(arm)
arch=('arm')
url="http://pcre.sourceforge.net"
license=('BSD')
groups=('base')
@ -28,4 +28,3 @@ build() {
install -D -m644 LICENCE \
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE || return 1
}

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 15379 2008-10-13 15:36:46Z ronald $
# Maintainer:
# Contributor: dorphell <dorphell@archlinux.org>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
@ -8,13 +7,13 @@ pkgname=popt
pkgver=1.14
pkgrel=1
pkgdesc="A commandline option parser"
arch=('i686' 'x86_64')
arch=('arm')
url="http://rpm5.org"
license=('custom')
groups=('base')
depends=('glibc')
options=('!libtool')
source=(http://rpm5.org/files/$pkgname/$pkgname-$pkgver.tar.gz)
source=(http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/rpm/files/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('4f90a07316eb825604dd10ae4f9f3f04')
build() {