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

Gaëtan Bisson bisson at archlinux.org
Tue Jun 5 20:35:13 UTC 2018


    Date: Tuesday, June 5, 2018 @ 20:35:12
  Author: bisson
Revision: 340630

archrelease: copy trunk to community-x86_64

Added:
  rtorrent/repos/community-x86_64/PKGBUILD
    (from rev 340628, rtorrent/trunk/PKGBUILD)
Deleted:
  rtorrent/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 20:35:07 UTC (rev 340629)
+++ PKGBUILD	2018-06-05 20:35:12 UTC (rev 340630)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor:  Daenyth <Daenyth [at] gmail [dot] com>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: sh__
-
-pkgname=rtorrent
-pkgver=0.9.6
-pkgrel=4
-pkgdesc='Ncurses BitTorrent client based on libTorrent'
-url='http://rakshasa.github.io/rtorrent/'
-license=('GPL')
-arch=('x86_64')
-depends=('libtorrent=0.13.6' 'curl' 'xmlrpc-c' 'libsigc++')
-#source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('8ca89ca9e8f0cf984198d030203087e93d24743dfa158091a5d225a70ca4c8cf')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	sed '/AM_PATH_CPPUNIT/d' -i configure.ac
-	./autogen.sh
-
-	export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
-	./configure \
-		--prefix=/usr \
-		--disable-debug \
-		--with-xmlrpc-c \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-	install -D doc/rtorrent.rc "${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc
-}

Copied: rtorrent/repos/community-x86_64/PKGBUILD (from rev 340628, rtorrent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-05 20:35:12 UTC (rev 340630)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor:  Daenyth <Daenyth [at] gmail [dot] com>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: sh__
+
+pkgname=rtorrent
+pkgver=0.9.6
+pkgrel=5
+pkgdesc='Ncurses BitTorrent client based on libTorrent'
+url='http://rakshasa.github.io/rtorrent/'
+license=('GPL')
+arch=('x86_64')
+depends=('libtorrent=0.13.6' 'curl' 'xmlrpc-c')
+#source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('8ca89ca9e8f0cf984198d030203087e93d24743dfa158091a5d225a70ca4c8cf')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	sed '/AM_PATH_CPPUNIT/d' -i configure.ac
+	./autogen.sh
+
+	export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
+	./configure \
+		--prefix=/usr \
+		--disable-debug \
+		--with-xmlrpc-c \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+	install -D doc/rtorrent.rc "${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc
+}



More information about the arch-commits mailing list