diff options
Diffstat (limited to 'extra/tevent/PKGBUILD')
-rw-r--r-- | extra/tevent/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/tevent/PKGBUILD b/extra/tevent/PKGBUILD index 53bf10f56..3d397a4c3 100644 --- a/extra/tevent/PKGBUILD +++ b/extra/tevent/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 200377 2013-11-27 08:49:58Z tpowa $ +# $Id: PKGBUILD 208146 2014-03-18 07:55:57Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Christian Hesse <mail@eworm.de> # Contributor: Marco A Rojas <marquicus at gmail dot com> @@ -6,8 +6,8 @@ # Contributor: Thomas Burdick <thomas.burdick@gmail.com> pkgname=tevent -pkgver=0.9.19 -pkgrel=1 +pkgver=0.9.21 +pkgrel=2 pkgdesc="An event system based on the talloc memory management library" arch=('i686' 'x86_64') url="https://tevent.samba.org/" @@ -33,4 +33,4 @@ package() { make make DESTDIR=${pkgdir}/ install } -md5sums=('f9ecb7e344bd20fb40f05e97116523f2') +md5sums=('3d5a76c0a1b5f724842d785fd055633f') |