transmission: update to 4.0.5, adopt.
This commit is contained in:
parent
7d2696d261
commit
3013bbbdc4
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'transmission'
|
# Template file for 'transmission'
|
||||||
pkgname=transmission
|
pkgname=transmission
|
||||||
version=4.0.4
|
version=4.0.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_CLI=ON -DENABLE_GTK=ON -DENABLE_QT=ON -DENABLE_MAC=OFF"
|
configure_args="-DENABLE_CLI=ON -DENABLE_GTK=ON -DENABLE_QT=ON -DENABLE_MAC=OFF"
|
||||||
|
@ -10,12 +10,12 @@ makedepends="dbus-glib-devel gtkmm4-devel glibmm-devel
|
||||||
libcurl-devel libevent-devel qt5-tools-devel qt5-svg-devel
|
libcurl-devel libevent-devel qt5-tools-devel qt5-svg-devel
|
||||||
libdeflate-devel miniupnpc-devel"
|
libdeflate-devel miniupnpc-devel"
|
||||||
short_desc="Fast, easy and free BitTorrent client"
|
short_desc="Fast, easy and free BitTorrent client"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Jason Elswick <jason@jasondavid.tv>"
|
||||||
license="MIT, GPL-2.0-or-later"
|
license="MIT, GPL-2.0-or-later"
|
||||||
homepage="https://www.transmissionbt.com"
|
homepage="https://www.transmissionbt.com"
|
||||||
changelog="https://github.com/transmission/transmission/releases"
|
changelog="https://github.com/transmission/transmission/releases"
|
||||||
distfiles="https://github.com/transmission/transmission/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="https://github.com/transmission/transmission/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=15f7b4318fdfbffb19aa8d9a6b0fd89348e6ef1e86baa21a0806ffd1893bd5a6
|
checksum=fd68ff114a479200043c30c7e69dba4c1932f7af36ca4c5b5d2edcb5866e6357
|
||||||
|
|
||||||
# Create transmission system user/group
|
# Create transmission system user/group
|
||||||
system_accounts="transmission"
|
system_accounts="transmission"
|
||||||
|
|
Loading…
Reference in New Issue