summaryrefslogtreecommitdiff
path: root/community/libee
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-11 10:57:18 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-11 10:57:18 -0300
commitc07ca5cb71d277e9f2fd5c7b94cf8a0021bdfab5 (patch)
treed9d528762b726855cc356781c89abb1768c8be28 /community/libee
parentece2137c9569ec806aacf3740df98c399a51b21a (diff)
parent8119da2eaadf53531cad2aed70981ed4606340d6 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/sword/PKGBUILD community/freedroidrpg/PKGBUILD community/pgadmin3/PKGBUILD libre/lame-libre/PKGBUILD testing/dbus-core/PKGBUILD testing/libwebkit/PKGBUILD testing/tracker/PKGBUILD testing/udev/0001-split-usr-always-read-config-files-from-lib-udev.patch testing/udev/0002-reinstate-TIMEOUT-handling.patch testing/udev/PKGBUILD
Diffstat (limited to 'community/libee')
-rw-r--r--community/libee/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/libee/PKGBUILD b/community/libee/PKGBUILD
index 02be347cd..6378227b4 100644
--- a/community/libee/PKGBUILD
+++ b/community/libee/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 62738 2012-01-25 15:37:48Z spupykin $
+# $Id: PKGBUILD 69124 2012-04-09 15:33:25Z jelle $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Brian Knox <taotetek@gmail.com>
pkgname=libee
-pkgver=0.3.1
-pkgrel=3
+pkgver=0.4.0
+pkgrel=1
pkgdesc="event expression library inspired by CEE"
url="http://www.libee.org/"
arch=('i686' 'x86_64' 'mips64el')
license=('LGPL2.1')
-depends=('libestr')
+depends=('libestr' 'glibc')
makedepends=()
optdepends=()
options=(!libtool)
source=("http://www.libee.org/files/download/libee-$pkgver.tar.gz")
-md5sums=('61403a9a62b984381cf48454664f915e')
+md5sums=('257a23d5cc8f211fb99464a462bc92cd')
build() {
cd ${srcdir}/${pkgname}-${pkgver}