transmission: update to 2.61.
This commit is contained in:
parent
4088876477
commit
f505077d02
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'transmission'
|
# Template file for 'transmission'
|
||||||
pkgname=transmission
|
pkgname=transmission
|
||||||
version=2.60
|
version=2.61
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-nls --enable-cli --enable-daemon --enable-utp"
|
configure_args="--enable-nls --enable-cli --enable-daemon --enable-utp"
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
makedepends="pkg-config intltool zlib-devel openssl-devel dbus-glib-devel libcurl-devel libevent-devel gtk+3-devel"
|
makedepends="pkg-config intltool zlib-devel openssl-devel dbus-glib-devel
|
||||||
|
libcurl-devel libevent-devel gtk+3-devel"
|
||||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
short_desc="A fast, easy, and free BitTorrent client"
|
short_desc="A fast, easy, and free BitTorrent client"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.transmissionbt.com/"
|
homepage="http://www.transmissionbt.com/"
|
||||||
license="MIT, GPL-2"
|
license="MIT, GPL-2"
|
||||||
distfiles="http://download.transmissionbt.com/files/$pkgname-$version.tar.bz2"
|
distfiles="http://download.transmissionbt.com/files/$pkgname-$version.tar.bz2"
|
||||||
checksum=fa650166d9adebca04a2c53009e9faac1104f02707925325921728f9531fdf80
|
checksum=5750d2bcd9bf95bff8f36d01a889a2f0ff8651504ee5f5c05f98e5ad8874e4dc
|
||||||
long_desc="
|
long_desc="
|
||||||
Transmission is a free, lightweight BitTorrent client. It features a simple,
|
Transmission is a free, lightweight BitTorrent client. It features a simple,
|
||||||
intuitive interface on top on an efficient, cross-platform back-end."
|
intuitive interface on top on an efficient, cross-platform back-end."
|
||||||
|
|
Loading…
Reference in a new issue