summaryrefslogtreecommitdiff
path: root/community/libev
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-05 16:07:43 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-05 16:07:43 -0300
commit3a0008bd8a3e6f4f21181c1fadc17c3da3108907 (patch)
tree175c9e1755980b2a955b1b9e6b93c1a3d431276f /community/libev
parent933e5d274b2a4e386565d2f3bb982682e168438b (diff)
parent2bba02fdaa36de05dffef6a54b57c73259d7db53 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/alienarena/PKGBUILD community/mumble/PKGBUILD community/mysql-workbench/PKGBUILD community/paintown/PKGBUILD community/ufoai/PKGBUILD core/dcron/PKGBUILD core/udev/PKGBUILD extra/qt/PKGBUILD extra/texlive-bin/PKGBUILD testing/opencv/PKGBUILD testing/pciutils/PKGBUILD testing/usbutils/PKGBUILD
Diffstat (limited to 'community/libev')
-rw-r--r--community/libev/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libev/PKGBUILD b/community/libev/PKGBUILD
index 2aeb1505e..e9dec093d 100644
--- a/community/libev/PKGBUILD
+++ b/community/libev/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 32688 2010-11-16 16:50:22Z lcarlier $
+# $Id: PKGBUILD 46270 2011-05-04 12:13:34Z rvanharen $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Thomas Haider <t.haider@vcnc.org>
pkgname=libev
-pkgver=4.01
+pkgver=4.04
pkgrel=1
pkgdesc="A full-featured and high-performance event loop"
arch=('i686' 'x86_64' 'mips64el')
url="http://software.schmorp.de/pkg/libev.html"
license=('BSD')
depends=('glibc')
-options=('!libtool' 'force')
+options=('!libtool')
source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('2a6e0d3d7eda7d54b39f3800b8279707')
+sha1sums=('7768c2bcce30dbf76672e51642a655479dd45772')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"