summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63afe0e563f4..8bb6713d79e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=magnet2torrent-git
_pkgname=magnet2torrent
-pkgver=0.r27.c02e075
-pkgrel=2
+pkgver=0.r60.8edd5c2
+pkgrel=1
pkgdesc='A command line tool that converts magnet links in to .torrent files.'
arch=('any')
url='https://github.com/LordAro/Magnet2Torrent'
license=('GPL3')
depends=('python' 'libtorrent-rasterbar>=1.1')
makedepends=('git')
-source=("${pkgname}"::'git://github.com/danfolkes/Magnet2Torrent.git')
+source=("${pkgname}"::'git://github.com/LordAro/Magnet2Torrent.git')
md5sums=('SKIP')
pkgver() {
@@ -21,6 +21,6 @@ pkgver() {
package() {
cd "$srcdir/$pkgname"
- install -D Magnet_To_Torrent2.py ${pkgdir}/usr/bin/$_pkgname
+ install -D Magnet2Torrent.py ${pkgdir}/usr/bin/$_pkgname
install -m644 -D "README.md" "${pkgdir}/usr/share/doc/${_pkgname}/readme.txt"
}