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

Allan McRae allan at gemini.archlinux.org
Mon Apr 25 02:16:00 UTC 2022


    Date: Monday, April 25, 2022 @ 02:15:59
  Author: allan
Revision: 1189802

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 02:15:43 UTC (rev 1189801)
+++ PKGBUILD	2022-04-25 02:15:59 UTC (rev 1189802)
@@ -1,38 +0,0 @@
-# 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.8
-pkgrel=2
-pkgdesc='Ncurses BitTorrent client based on libTorrent'
-url='https://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=('9edf0304bf142215d3bc85a0771446b6a72d0ad8218efbe184b41e4c9c7542af')
-
-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 1189801, rtorrent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 02:15:59 UTC (rev 1189802)
@@ -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.8
+pkgrel=3
+pkgdesc='Ncurses BitTorrent client based on libTorrent'
+url='https://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=('9edf0304bf142215d3bc85a0771446b6a72d0ad8218efbe184b41e4c9c7542af')
+
+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