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

Felix Yan felixonmars at archlinux.org
Sun Dec 9 18:35:44 UTC 2018


    Date: Sunday, December 9, 2018 @ 18:35:42
  Author: felixonmars
Revision: 341394

upgpkg: libtorrent-rasterbar 1:1.1.11-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-09 17:29:24 UTC (rev 341393)
+++ PKGBUILD	2018-12-09 18:35:42 UTC (rev 341394)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria <hugo at archlinux.org>
 
 pkgname=libtorrent-rasterbar
-pkgver=1.1.10
+pkgver=1.1.11
 pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all the other implementations around"
@@ -14,12 +14,12 @@
 makedepends=('boost' 'python2' 'python')
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
-source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
-sha512sums=('b811390faa99e53d1c60d7071c9e5665142ce9624fe64c82c995f4ca8944e10f3b7b1377ae40177ad8c6c81b09175183a9e110011aec0134d9ae82b4c7afdf43')
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent_${_pkgver}/$pkgname-$pkgver.tar.gz)
+sha512sums=('7e3717e340e813ba2bf379f667f09d298830491edd1573f04d2e35e2d9335e918c0ee299e3f78b8f58d2ae3dbaf5a04dac462709b67c7f9034676b56dc9e4428')
 
 prepare() {
   mkdir py2 py3
-  cd libtorrent-libtorrent-${_pkgver}
+  cd libtorrent-libtorrent_${_pkgver}
 
   # Avoid depending on newer processors
   sed -i 's/-msse4.2//' configure.ac
@@ -37,7 +37,7 @@
   # https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
   CXXFLAGS="$CXXFLAGS -std=c++11" \
   PYTHON=/usr/bin/python$1 \
-  ../libtorrent-libtorrent-${_pkgver}/configure \
+  ../libtorrent-libtorrent_${_pkgver}/configure \
     --prefix=/usr \
     --enable-python-binding \
     --enable-examples \
@@ -54,7 +54,7 @@
 package() {
   make -C py2 DESTDIR="$pkgdir" install
   make -C py3 DESTDIR="$pkgdir" install
-  install -Dm644 libtorrent-libtorrent-${_pkgver}/COPYING \
+  install -Dm644 libtorrent-libtorrent_${_pkgver}/COPYING \
     "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
   # Remove most example binaries



More information about the arch-commits mailing list