From a733eeb4de546dbec8e17d277dff1e8e8c885fed Mon Sep 17 00:00:00 2001 From: Alan Mizrahi Date: Thu, 1 Sep 2016 12:10:58 +0900 Subject: [PATCH] tevent: 0.9.24 -> 0.9.29 --- tevent/.footprint | 6 +++--- tevent/.md5sum | 2 +- tevent/Pkgfile | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/tevent/.footprint b/tevent/.footprint index 88662caa9..c63d37c2a 100644 --- a/tevent/.footprint +++ b/tevent/.footprint @@ -2,9 +2,9 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/tevent.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libtevent.so -> libtevent.so.0.9.24 -lrwxrwxrwx root/root usr/lib/libtevent.so.0 -> libtevent.so.0.9.24 --rwxr-xr-x root/root usr/lib/libtevent.so.0.9.24 +lrwxrwxrwx root/root usr/lib/libtevent.so -> libtevent.so.0.9.29 +lrwxrwxrwx root/root usr/lib/libtevent.so.0 -> libtevent.so.0.9.29 +-rwxr-xr-x root/root usr/lib/libtevent.so.0.9.29 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/tevent.pc drwxr-xr-x root/root usr/lib/python2.7/ diff --git a/tevent/.md5sum b/tevent/.md5sum index 6a58a0418..290fc2902 100644 --- a/tevent/.md5sum +++ b/tevent/.md5sum @@ -1 +1 @@ -2d423a63d30bb5f4af8983ccaec130b2 tevent-0.9.24.tar.gz +4372c1430a1ecb7ea0adddfdf21c0d55 tevent-0.9.29.tar.gz diff --git a/tevent/Pkgfile b/tevent/Pkgfile index 43938d594..68ee2faa7 100644 --- a/tevent/Pkgfile +++ b/tevent/Pkgfile @@ -5,13 +5,14 @@ # Optional: python name=tevent -version=0.9.24 +version=0.9.29 release=1 -source=(http://www.samba.org/ftp/$name/$name-$version.tar.gz) +source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure \ + --bundled-libraries=NONE \ --prefix=/usr make make DESTDIR=$PKG install