summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2fd87fe3729..9d5aa9732938 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = transmission-cli-git
pkgdesc = Fast, easy, and free BitTorrent client (CLI tools, daemon and web client)
pkgver = 2.92.r324.geb5d1a79c
- pkgrel = 1
+ pkgrel = 2
url = http://www.transmissionbt.com/
arch = x86_64
license = MIT
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 \