diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-12-31 08:06:55 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-12-31 08:24:15 +0000 |
commit | a3ddfb5cc15c42b22c492f9b105b98af6e55c0ec (patch) | |
tree | 667fd7c12aa454280fcd3f2b4297c7542db9e71a | |
parent | 21e7af7d758ad016c1fcd013e4d7bf325537ec48 (diff) | |
download | aports-a3ddfb5cc15c42b22c492f9b105b98af6e55c0ec.tar.bz2 aports-a3ddfb5cc15c42b22c492f9b105b98af6e55c0ec.tar.xz |
community/mktorrent: fixed description and url, renamed binary from mktorrent-borg to mktorrent
This package was referring to another mktorrent, called mktorrent-borg.
Gentoo fixed this overlaps by renaming mktorrent to mktorrent-borg:
https://packages.gentoo.org/packages/net-p2p/mktorrent-borg
this package is actually mktorrent:
https://packages.gentoo.org/packages/net-p2p/mktorrent
-rw-r--r-- | community/mktorrent/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mktorrent/APKBUILD b/community/mktorrent/APKBUILD index 089fbf32aa..a45a4561c7 100644 --- a/community/mktorrent/APKBUILD +++ b/community/mktorrent/APKBUILD @@ -4,7 +4,7 @@ pkgname=mktorrent pkgver=1.1 pkgrel=2 pkgdesc="A handy tool for creating .torrent files" -url="http://borg.uu3.net/~borg/?mktorrent" +url="https://github.com/Rudde/mktorrent" arch="all" license="BSD" makedepends="openssl-dev" @@ -25,7 +25,7 @@ check() { package() { cd "$builddir" - install -D -m755 mktorrent $pkgdir/usr/bin/mktorrent-borg + install -D -m755 mktorrent $pkgdir/usr/bin/mktorrent install -D -m644 COPYING $pkgdir/usr/share/licenses/mktorrent/COPYING } |