[arch-commits] Commit in libtorrent/repos/community-x86_64 (PKGBUILD PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Fri Jul 19 18:27:46 UTC 2019


    Date: Friday, July 19, 2019 @ 18:27:45
  Author: bisson
Revision: 492223

archrelease: copy trunk to community-x86_64

Added:
  libtorrent/repos/community-x86_64/PKGBUILD
    (from rev 492222, libtorrent/trunk/PKGBUILD)
Deleted:
  libtorrent/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 36 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-19 18:27:41 UTC (rev 492222)
+++ PKGBUILD	2019-07-19 18:27:45 UTC (rev 492223)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: sh__
-
-pkgname=libtorrent
-pkgver=0.13.7
-pkgrel=1
-pkgdesc='BitTorrent library with a focus on high performance and good code'
-url='http://rakshasa.github.io/rtorrent/'
-arch=('x86_64')
-license=('GPL')
-depends=('openssl')
-source=("https://github.com/rakshasa/rtorrent/releases/download/v0.9.${pkgver##*.}/${pkgname}-${pkgver}.tar.gz"
-        'https://github.com/rakshasa/libtorrent/commit/4607bbf7.patch')
-sha256sums=('c738f60f4d7b6879cd2745fb4310bf24c9287219c1fd619706a9d5499ca7ecc1'
-            '88238b777b2d5c01d0ed3d0093554475c004db51193db88f91d41b9a4db50bb8')
-
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	patch -p1 -i ../4607bbf7.patch
-	./autogen.sh
-}
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	export CXXFLAGS+=' -fno-strict-aliasing'
-	./configure \
-		--prefix=/usr \
-		--disable-debug \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: libtorrent/repos/community-x86_64/PKGBUILD (from rev 492222, libtorrent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-19 18:27:45 UTC (rev 492223)
@@ -0,0 +1,36 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: sh__
+
+pkgname=libtorrent
+pkgver=0.13.8
+pkgrel=1
+pkgdesc='BitTorrent library with a focus on high performance and good code'
+url='https://rakshasa.github.io/rtorrent/'
+arch=('x86_64')
+license=('GPL')
+depends=('openssl')
+source=("https://github.com/rakshasa/rtorrent/releases/download/v0.9.${pkgver##*.}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('ed115a28f4ae8cfcd33b94a597c076ca74fd549867a26e4fac9505c27288e983')
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./autogen.sh
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	export CXXFLAGS+=' -fno-strict-aliasing'
+	./configure \
+		--prefix=/usr \
+		--disable-debug \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list