summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPolichronucci2016-09-24 14:57:46 +0300
committerPolichronucci2016-09-24 15:01:28 +0300
commit123d9a6096265a4d64e1e6d8cca7473211e8e187 (patch)
tree667bd1fba03bc5a7c16b06c7d0f28aeb9196566f
parent5d2e40ac19b45b4e6693a24049ce537376f6996c (diff)
downloadaur-123d9a6096265a4d64e1e6d8cca7473211e8e187.tar.gz
Change upstream repo to LordAro's fork
danfolkes's version wont run with libtorrent-rasterbar>=1:1.1.1-1. A pull request has been issued since August 1st but no review or merge yet. danfolks also posted "This project is mostly abandoned. I will still merge most pull requests." on the repo's readme.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56cebea6858d..b7f522169679 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = magnet2torrent-git
pkgdesc = A command line tool that converts magnet links in to .torrent files.
pkgver = 0.r27.c02e075
- pkgrel = 1
- url = https://github.com/danfolkes/Magnet2Torrent
+ pkgrel = 2
+ url = https://github.com/LordAro/Magnet2Torrent
arch = any
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 81a0362ec5e1..63afe0e563f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=magnet2torrent-git
_pkgname=magnet2torrent
pkgver=0.r27.c02e075
-pkgrel=1
+pkgrel=2
pkgdesc='A command line tool that converts magnet links in to .torrent files.'
arch=('any')
-url='https://github.com/danfolkes/Magnet2Torrent'
+url='https://github.com/LordAro/Magnet2Torrent'
license=('GPL3')
depends=('python' 'libtorrent-rasterbar>=1.1')
makedepends=('git')