[arch-commits] Commit in libktorrent/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Sep 1 20:37:54 UTC 2019


    Date: Sunday, September 1, 2019 @ 20:37:53
  Author: arojas
Revision: 361474

Update to 2.1.1

Modified:
  libktorrent/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-01 19:58:23 UTC (rev 361473)
+++ PKGBUILD	2019-09-01 20:37:53 UTC (rev 361474)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=libktorrent
-pkgver=2.1
-_ktorrentver=5.1
+pkgver=2.1.1
+_ktorrentver=5.1.2
 pkgrel=1
 pkgdesc="A BitTorrent protocol implementation"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(kio qca-qt5)
 makedepends=(extra-cmake-modules boost doxygen)
 source=("https://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3eefdcceec73410c558e82d7be22eb2ed18679e9ab64f34cc100b54e186fe26f'
+sha256sums=('5cc45c0b50a1b6b2ce64ad0384128f4ac3bc0e4a1417eb58e5e992b510fca100'
             'SKIP')
 validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andrius at stikonas.eu>
 
@@ -23,10 +23,7 @@
 
 build() {
   cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib
+  cmake ../$pkgname-$pkgver
   make
 }
 



More information about the arch-commits mailing list