diff options
Diffstat (limited to 'abs/extra/tevent/PKGBUILD')
-rw-r--r-- | abs/extra/tevent/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/extra/tevent/PKGBUILD b/abs/extra/tevent/PKGBUILD index 11c1a6d..a7aec06 100644 --- a/abs/extra/tevent/PKGBUILD +++ b/abs/extra/tevent/PKGBUILD @@ -6,10 +6,11 @@ # Contributor: Thomas Burdick <thomas.burdick@gmail.com> pkgname=tevent -pkgver=0.9.26 +pkgver=0.9.36 pkgrel=1 +epoch=1 pkgdesc="An event system based on the talloc memory management library" -arch=('i686' 'x86_64') +arch=('x86_64') url="https://tevent.samba.org/" source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz") license=('GPL3') @@ -35,4 +36,4 @@ package() { make make DESTDIR=${pkgdir}/ install } -md5sums=('22c372f3d936d751271f588ab71f829b') +md5sums=('87d67bca75b231814435c47bec0aff8a') |