[arch-commits] Commit in mktorrent/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Thu Jul 14 19:15:19 UTC 2016


    Date: Thursday, July 14, 2016 @ 19:15:19
  Author: spupykin
Revision: 182911

upgpkg: mktorrent 1.0-5

upd

Modified:
  mktorrent/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-14 17:02:58 UTC (rev 182910)
+++ PKGBUILD	2016-07-14 19:15:19 UTC (rev 182911)
@@ -3,14 +3,16 @@
 
 pkgname=mktorrent
 pkgver=1.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Simple command line utility to create BitTorrent metainfo files'
 arch=('i686' 'x86_64')
-url='http://mktorrent.sourceforge.net/'
-license='GPL'
+#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")
-md5sums=('0da00209da96a0dc39efbb6eb5b4d8ff')
+#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}



More information about the arch-commits mailing list