summaryrefslogtreecommitdiff
path: root/core/expat
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-24 00:56:32 -0700
committerroot <root@rshg054.dnsready.net>2013-10-24 00:56:32 -0700
commit94ded0cb27161b972228cfef8ea2e6f60af0f2b2 (patch)
tree3eeb5098d6fe3d9cad00a0e1df056de10d0464e6 /core/expat
parent06a76442fa8de4a9975266a4eca7fb2a953f5244 (diff)
Thu Oct 24 00:55:58 PDT 2013
Diffstat (limited to 'core/expat')
-rw-r--r--core/expat/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/core/expat/PKGBUILD b/core/expat/PKGBUILD
index 5c2967ff7..da8e1e5a8 100644
--- a/core/expat/PKGBUILD
+++ b/core/expat/PKGBUILD
@@ -1,22 +1,21 @@
-# $Id: PKGBUILD 183047 2013-04-17 02:02:02Z allan $
+# $Id: PKGBUILD 197159 2013-10-23 13:04:23Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Committer: Judd Vinet <jvinet@zeroflux.org>
pkgname=expat
pkgver=2.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="An XML parser library"
arch=('i686' 'x86_64')
url="http://expat.sourceforge.net/"
license=('custom')
depends=('glibc')
-options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/expat/${pkgname}-${pkgver}.tar.gz)
md5sums=('dd7dab7a5fea97d2a6a43f511449b7cd')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr #--mandir=/usr/share/man
+ ./configure --prefix=/usr
make
}