summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2023-01-19 17:07:48 +0100
committerFrederic Bezies2023-01-19 17:07:48 +0100
commite8c263f6d4098414ec656ddffc3aba71a1e39d98 (patch)
treec20b0b344ac756ec95b9365ba64c8e8b6fcd256e
parent35ad5700c57161426517a72f3599108292989037 (diff)
downloadaur-e8c263f6d4098414ec656ddffc3aba71a1e39d98.tar.gz
January 19th, 2023 update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3212110acd97..65677351c268 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = transmission-gtk-git
pkgdesc = Fast, easy, and free BitTorrent client (GTK+ GUI)(Git version from github repository)
- pkgver = 4.0.0.beta.2.r0.gbceb368f1
+ pkgver = 4.0.0.beta.3.r28.g770da79cf
pkgrel = 1
epoch = 2
url = http://www.transmissionbt.com/
diff --git a/PKGBUILD b/PKGBUILD
index a8d490b9149f..106c83c5d606 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=transmission-gtk-git
_pkgname=transmission
-pkgver=4.0.0.beta.2.r0.gbceb368f1
+pkgver=4.0.0.beta.3.r28.g770da79cf
pkgrel=1
epoch=2
pkgdesc="Fast, easy, and free BitTorrent client (GTK+ GUI)(Git version from github repository)"
@@ -35,7 +35,9 @@ build() {
mkdir -p build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DENABLE_QT=OFF \ # We only want gtk, thanks!
+ -DENABLE_TESTS=OFF # They took a lot of time to get build :(
make
}