summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2023-04-28 17:12:50 +0600
committerMubashshir2023-04-28 17:12:50 +0600
commit110fc04eb3076e2b7e623febe776d5d4991a8647 (patch)
tree6f3361dccb8861f5f618edc40db1c4de7bf88df5
parent75411ccaf1732a82bd02bc50912fa4a5944ea9f1 (diff)
downloadaur-110fc04eb3076e2b7e623febe776d5d4991a8647.tar.gz
transmission/transmission: Release 4.0.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45a4b55cc5ce..978560a2846c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = transmission-gtk3
pkgdesc = Fast, easy, and free BitTorrent client (GTK+ GUI)
- pkgver = 4.0.2
+ pkgver = 4.0.3
pkgrel = 1
url = http://www.transmissionbt.com/
arch = x86_64
@@ -31,7 +31,7 @@ pkgbase = transmission-gtk3
optdepends = transmission-cli: daemon and web support
provides = transmission-gtk
conflicts = transmission-gtk
- source = https://github.com/transmission/transmission/releases/download/4.0.2/transmission-4.0.2.tar.xz
- sha256sums = 39bf7a104a722805a9dc089cdaaffe33bf90b82230a7ea7f340cae59f00a2ee8
+ source = https://github.com/transmission/transmission/releases/download/4.0.3/transmission-4.0.3.tar.xz
+ sha256sums = b6b01fd58e42bb14f7aba0253db932ced050fcd2bba5d9f8469d77ddd8ad545a
pkgname = transmission-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 97cada2f2a49..1a5c320d70d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# match! -beta\.?[0-9]+$
pkgname=transmission-gtk3
-pkgver=4.0.2
+pkgver=4.0.3
pkgrel=1
arch=(x86_64)
url="http://www.transmissionbt.com/"
@@ -36,7 +36,7 @@ makedepends=(
ninja
)
source=("https://github.com/transmission/transmission/releases/download/$pkgver/transmission-$pkgver.tar.xz")
-sha256sums=('39bf7a104a722805a9dc089cdaaffe33bf90b82230a7ea7f340cae59f00a2ee8')
+sha256sums=('b6b01fd58e42bb14f7aba0253db932ced050fcd2bba5d9f8469d77ddd8ad545a')
build() {
export CFLAGS+=" -ffat-lto-objects -Wno-all"