summaryrefslogtreecommitdiff
path: root/community/libee/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libee/PKGBUILD')
-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}