git » transmission.git » commit 1a6e1e1

upgpkg: 4.0.5-1: Update to 4.0.5

author Antonio Rojas
2023-12-16 10:22:15 UTC
committer Antonio Rojas
2023-12-16 10:22:15 UTC
parent 82bd5c815c611a81569730dcae090f442ef06c8c

upgpkg: 4.0.5-1: Update to 4.0.5

.SRCINFO +69 -0
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..0db4b39
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,69 @@
+pkgbase = transmission
+	pkgver = 4.0.5
+	pkgrel = 1
+	url = http://www.transmissionbt.com/
+	arch = x86_64
+	license = GPL
+	makedepends = cmake
+	makedepends = curl
+	makedepends = dht
+	makedepends = glibmm-2.68
+	makedepends = gtk4
+	makedepends = gtkmm-4.0
+	makedepends = intltool
+	makedepends = libb64
+	makedepends = libdeflate
+	makedepends = libevent
+	makedepends = libnatpmp
+	makedepends = miniupnpc
+	makedepends = ninja
+	makedepends = npm
+	makedepends = qt6-base
+	makedepends = qt6-svg
+	makedepends = qt6-tools
+	makedepends = systemd
+	source = https://github.com/transmission/transmission/releases/download/4.0.5/transmission-4.0.5.tar.xz
+	source = transmission-cli.sysusers
+	source = transmission-cli.tmpfiles
+	sha256sums = fd68ff114a479200043c30c7e69dba4c1932f7af36ca4c5b5d2edcb5866e6357
+	sha256sums = 641310fb0590d40e00bea1b5b9c843953ab78edf019109f276be9c6a7bdaf5b2
+	sha256sums = 1266032bb07e47d6bcdc7dabd74df2557cc466c33bf983a5881316a4cc098451
+
+pkgname = transmission-cli
+	pkgdesc = Fast, easy, and free BitTorrent client (CLI tools, daemon and web client)
+	depends = curl
+	depends = libevent
+	depends = systemd
+	depends = libb64
+	depends = miniupnpc
+	depends = libnatpmp
+	depends = libdeflate
+
+pkgname = transmission-gtk
+	pkgdesc = Fast, easy, and free BitTorrent client (GTK+ GUI)
+	depends = curl
+	depends = libevent
+	depends = gtk4
+	depends = hicolor-icon-theme
+	depends = libb64
+	depends = miniupnpc
+	depends = libnatpmp
+	depends = libdeflate
+	depends = gtkmm-4.0
+	optdepends = libnotify: Desktop notification support
+	optdepends = transmission-cli: daemon and web support
+
+pkgname = transmission-qt
+	pkgdesc = Fast, easy, and free BitTorrent client (Qt GUI)
+	depends = curl
+	depends = qt6-base
+	depends = qt6-svg
+	depends = libevent
+	depends = libb64
+	depends = miniupnpc
+	depends = libnatpmp
+	depends = libdeflate
+	optdepends = transmission-cli: daemon and web support
+
+pkgname = libtransmission
+	pkgdesc = Fast, easy, and free BitTorrent client (shared library)
diff --git a/PKGBUILD b/PKGBUILD
index 8eee741..98a4f72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 
 pkgbase=transmission
 pkgname=(transmission-cli transmission-gtk transmission-qt libtransmission)
-pkgver=4.0.4
+pkgver=4.0.5
 pkgrel=1
 arch=(x86_64)
 url="http://www.transmissionbt.com/"
@@ -33,7 +33,7 @@ makedepends=(
 source=(https://github.com/transmission/transmission/releases/download/$pkgver/transmission-$pkgver.tar.xz
         transmission-cli.sysusers
         transmission-cli.tmpfiles)
-sha256sums=('15f7b4318fdfbffb19aa8d9a6b0fd89348e6ef1e86baa21a0806ffd1893bd5a6'
+sha256sums=('fd68ff114a479200043c30c7e69dba4c1932f7af36ca4c5b5d2edcb5866e6357'
             '641310fb0590d40e00bea1b5b9c843953ab78edf019109f276be9c6a7bdaf5b2'
             '1266032bb07e47d6bcdc7dabd74df2557cc466c33bf983a5881316a4cc098451')