summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6977dfc542b0..dbf90f7a6406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Sebastiaan Lokhorst <sebastiaanlokhorst@gmail.com>
-# Maintainer: Tom Gundersen <teg@jklm.no>
-# Maintainer: Ionut Biru <ibiru@archlinux.org>
+# Contributor: Tom Gundersen <teg@jklm.no>
+# Contributor: Ionut Biru <ibiru@archlinux.org>
_pkgbase=transmission
_pkgname=transmission-cli
pkgname=transmission-cli-git
pkgver=2.92.r324.geb5d1a79c
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url="http://www.transmissionbt.com/"
license=(MIT)
@@ -38,6 +38,7 @@ build() {
cd build
cmake \
+ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DENABLE_CLI=ON \
-DENABLE_GTK=OFF \