From 6b28b604bfbbd04408463f9d590f0f64c8128e35 Mon Sep 17 00:00:00 2001 From: Piraty Date: Wed, 21 Aug 2019 23:42:59 +0200 Subject: [PATCH] transmission: rebuild for libevent-2.1.11 --- srcpkgs/transmission/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/transmission/template b/srcpkgs/transmission/template index 52500345934..552bcd87352 100644 --- a/srcpkgs/transmission/template +++ b/srcpkgs/transmission/template @@ -1,14 +1,14 @@ # Template file for 'transmission' pkgname=transmission version=2.94 -revision=3 +revision=4 build_style=gnu-configure configure_args="--enable-nls --enable-cli --enable-daemon --enable-utp --without-systemd-daemon" hostmakedepends="intltool pkg-config" makedepends="dbus-glib-devel gtk+3-devel libcurl-devel libevent-devel qt5-tools-devel" -short_desc="A fast, easy, and free BitTorrent client" +short_desc="Fast, easy and free BitTorrent client" maintainer="Orphaned " license="MIT, GPL-2.0-or-later" homepage="https://www.transmissionbt.com"