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

Alexander Rødseth arodseth at archlinux.org
Sun Nov 11 13:00:48 UTC 2018


    Date: Sunday, November 11, 2018 @ 13:00:46
  Author: arodseth
Revision: 406354

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-11 13:00:31 UTC (rev 406353)
+++ PKGBUILD	2018-11-11 13:00:46 UTC (rev 406354)
@@ -1,39 +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.7
-pkgrel=1
-pkgdesc='Ncurses BitTorrent client based on libTorrent'
-url='http://rakshasa.github.io/rtorrent/'
-license=('GPL')
-arch=('x86_64')
-depends=("libtorrent=0.13.${pkgver##*.}" 'curl' 'xmlrpc-c')
-source=("https://github.com/rakshasa/rtorrent/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('5d9842fe48c9582fbea2c7bf9f51412c1ccbba07d059b257039ad53b863fe8bb')
-
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./autogen.sh
-}
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	export 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 406353, rtorrent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-11 13:00:46 UTC (rev 406354)
@@ -0,0 +1,38 @@
+# 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.7
+pkgrel=2
+pkgdesc='Ncurses BitTorrent client based on libTorrent'
+url='http://rakshasa.github.io/rtorrent/'
+license=('GPL')
+arch=('x86_64')
+depends=("libtorrent=0.13.${pkgver##*.}" 'curl' 'xmlrpc-c')
+source=("https://github.com/rakshasa/rtorrent/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('5d9842fe48c9582fbea2c7bf9f51412c1ccbba07d059b257039ad53b863fe8bb')
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./autogen.sh
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	export 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