Date: Wednesday, November 20, 2019 @ 12:44:00
  Author: tpowa
Revision: 369472

upgpkg: tevent 1:0.10.1-1

bump to latest version

Modified:
  tevent/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-11-20 12:35:20 UTC (rev 369471)
+++ PKGBUILD    2019-11-20 12:44:00 UTC (rev 369472)
@@ -5,30 +5,18 @@
 # Contributor: Thomas Burdick <thomas.burd...@gmail.com>
 
 pkgname=tevent
-pkgver=0.9.39
-pkgrel=4
+pkgver=0.10.1
+pkgrel=1
 epoch=1
 pkgdesc="An event system based on the talloc memory management library"
 arch=('x86_64')
 url="https://tevent.samba.org/";
-source=("https://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz";
-        
samba-update-waf-for-py38.patch::https://gitlab.com/samba-team/samba/commit/aabdcc9151.patch
-        wafsamba-use-native-waf-timer.patch)
+source=("https://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz";)
 license=('GPL3')
 depends=('talloc')
 makedepends=('python')
 optdepends=('python: for python bindings')
 
-prepare() {
-       cd ${srcdir}/${pkgname}-${pkgver}
-
-       # https://bugzilla.samba.org/show_bug.cgi?id=13998
-       patch -Np1 -i ../wafsamba-use-native-waf-timer.patch
-
-       # https://bugzilla.samba.org/show_bug.cgi?id=13960
-       patch -Np1 -i ../samba-update-waf-for-py38.patch
-}
-
 build() {
        cd ${srcdir}/${pkgname}-${pkgver}
        ./configure --prefix=/usr \
@@ -42,6 +30,4 @@
        make
        make DESTDIR=${pkgdir}/ install
 }
-md5sums=('b937d5e980fa9704f20b57df688845c0'
-         '74e627915f28a848e046d37055d86f3b'
-         '66185b90c2dcb6bc346ef8ba5200717f')
+md5sums=('1060eb69d6994a847eecb73c4d391ced')

Reply via email to