summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastiaan Lokhorst2018-01-18 00:34:56 +0100
committerSebastiaan Lokhorst2018-01-18 00:34:56 +0100
commit1ff77f96418ce7362389cf5689dcec86b5c3dcd7 (patch)
treea7f050851c596d0af7689eb7f6defe93b29b54a7 /PKGBUILD
parent221126d8f4fedc8771c2515fa796264c4f9510d8 (diff)
downloadaur-1ff77f96418ce7362389cf5689dcec86b5c3dcd7.tar.gz
Build in Release mode for increased performance, fix maintainers/contributors
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 \