[arch-commits] Commit in mktorrent/repos (4 files)

Sergej Pupykin spupykin at archlinux.org
Mon Jan 23 11:39:19 UTC 2017


    Date: Monday, January 23, 2017 @ 11:39:16
  Author: spupykin
Revision: 208508

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   28 ----------------------
 community-x86_64/PKGBUILD |   28 ----------------------
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-23 11:38:51 UTC (rev 208507)
+++ community-i686/PKGBUILD	2017-01-23 11:39:16 UTC (rev 208508)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Emil Renner Berthing <esmil at users.sourceforge.net>
-
-pkgname=mktorrent
-pkgver=1.0
-pkgrel=5
-pkgdesc='Simple command line utility to create BitTorrent metainfo files'
-arch=('i686' '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")
-md5sums=('0610018b3d83d0f88947939a7b2edfd1')
-
-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-i686/PKGBUILD (from rev 208507, mktorrent/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-23 11:39:16 UTC (rev 208508)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Emil Renner Berthing <esmil at users.sourceforge.net>
+
+pkgname=mktorrent
+pkgver=1.1
+pkgrel=1
+pkgdesc='Simple command line utility to create BitTorrent metainfo files'
+arch=('i686' '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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-23 11:38:51 UTC (rev 208507)
+++ community-x86_64/PKGBUILD	2017-01-23 11:39:16 UTC (rev 208508)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Emil Renner Berthing <esmil at users.sourceforge.net>
-
-pkgname=mktorrent
-pkgver=1.0
-pkgrel=5
-pkgdesc='Simple command line utility to create BitTorrent metainfo files'
-arch=('i686' '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")
-md5sums=('0610018b3d83d0f88947939a7b2edfd1')
-
-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 208507, mktorrent/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-23 11:39:16 UTC (rev 208508)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Emil Renner Berthing <esmil at users.sourceforge.net>
+
+pkgname=mktorrent
+pkgver=1.1
+pkgrel=1
+pkgdesc='Simple command line utility to create BitTorrent metainfo files'
+arch=('i686' '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
+}



More information about the arch-commits mailing list