summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f368404c7fc..8c8a97633a96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,20 @@
# Maintainer: Andri ViĆ°ar Tryggvason <packager@arivarton.com>
pkgname=mtorrentd
-pkgver=0.3.3
-pkgrel=2
+pkgver=0.3.4
+pkgrel=1
pkgdesc='Search torrent websites and download .torrent files in terminal.'
arch=('any')
url='https://github.com/arivarton/mtorrentd'
license=('GPL3')
depends=('python3'
+ 'python-setuptools'
'python-yaml'
'python-requests'
'python-beautifulsoup4'
+ 'libtorrent-rasterbar'
)
source=("$pkgname-$pkgver.tar.gz"::https://github.com/arivarton/mtorrentd/archive/v"$pkgver".tar.gz)
-sha256sums=('602589b910b508577b11dc646e507ff4abbb128e83e9a18e3a13934ebdca1643')
+md5sums=('498ede4ba0cc473c79cc85c9f186e444')
package() {
cd "${srcdir}/$pkgname-$pkgver"