Date: Thursday, July 21, 2022 @ 17:47:44
  Author: archange
Revision: 1255045

archrelease: copy trunk to community-x86_64

Added:
  mktorrent/repos/community-x86_64/PKGBUILD
    (from rev 1255044, mktorrent/trunk/PKGBUILD)
Deleted:
  mktorrent/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++---------------------------
 1 file changed, 23 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-07-21 17:47:36 UTC (rev 1255044)
+++ PKGBUILD    2022-07-21 17:47:44 UTC (rev 1255045)
@@ -1,27 +0,0 @@
-# Contributor: Emil Renner Berthing <[email protected]>
-
-pkgname=mktorrent
-pkgver=1.1
-pkgrel=4
-pkgdesc='Simple command line utility to create BitTorrent metainfo files'
-arch=('x86_64')
-#url='http://mktorrent.sourceforge.net/'
-url="https://github.com/Rudde/mktorrent";
-license=('GPL')
-depends=('openssl')
-#source=("http://downloads.sourceforge.net/mktorrent/mktorrent-${pkgver}.tar.gz";)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Rudde/mktorrent/archive/v$pkgver.tar.gz";)
-sha256sums=('d0f47500192605d01b5a2569c605e51ed319f557d24cfcbcb23a26d51d6138c9')
-
-build() {
-  cd "$srcdir"/mktorrent-${pkgver}
-  make PREFIX=/usr \
-      USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
-}
-
-package() {
-  cd "$srcdir"/mktorrent-${pkgver}
-  make DESTDIR="$pkgdir" PREFIX=/usr \
-      USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 \
-      install
-}

Copied: mktorrent/repos/community-x86_64/PKGBUILD (from rev 1255044, 
mktorrent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-07-21 17:47:44 UTC (rev 1255045)
@@ -0,0 +1,23 @@
+# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Emil Renner Berthing <[email protected]>
+
+pkgname=mktorrent
+pkgver=1.1
+pkgrel=5
+pkgdesc="Simple command line utility to create BitTorrent metainfo files"
+arch=(x86_64)
+url="https://github.com/pobrn/mktorrent";
+license=(GPL)
+depends=(openssl)
+source=(https://github.com/Rudde/mktorrent/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('d0f47500192605d01b5a2569c605e51ed319f557d24cfcbcb23a26d51d6138c9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" USE_PTHREADS=1 USE_OPENSSL=1 PREFIX=/usr install
+}

Reply via email to