summaryrefslogtreecommitdiff
path: root/tevent/Pkgfile
diff options
context:
space:
mode:
authorAlan Mizrahi <alan+crux@mizrahi.com.ve>2016-09-01 12:10:58 +0900
committerAlan Mizrahi <alan+crux@mizrahi.com.ve>2016-09-01 12:10:58 +0900
commita733eeb4de546dbec8e17d277dff1e8e8c885fed (patch)
tree9c567ae8a856f75e02a70f731b345d39b9e1f831 /tevent/Pkgfile
parent0f496897c281c74ed2fd9b10e105c71176ae9bdf (diff)
downloadopt-a733eeb4de546dbec8e17d277dff1e8e8c885fed.tar.gz
opt-a733eeb4de546dbec8e17d277dff1e8e8c885fed.tar.xz
tevent: 0.9.24 -> 0.9.29
Diffstat (limited to 'tevent/Pkgfile')
-rw-r--r--tevent/Pkgfile5
1 files changed, 3 insertions, 2 deletions
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

Generated by cgit