summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkryptxy2017-09-23 00:17:43 +0530
committerkryptxy2017-09-23 00:17:43 +0530
commit879d21e708667eea675b2983a7956baf32c6ac74 (patch)
tree0834101d89ad1c8fe9f00a50d79ae918ba6ffc29
parentac085e6a14e6d93dc8438e8191874ff551f37f6b (diff)
downloadaur-879d21e708667eea675b2983a7956baf32c6ac74.tar.gz
Updated to v1.0.53
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36d069c58820..863bed8f245e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = torrench
pkgdesc = Command-line torrent search program
- pkgver = 1.0.51
+ pkgver = 1.0.53
pkgrel = 1
url = https://github.com/kryptxy/torrench
arch = any
@@ -11,9 +11,11 @@ pkgbase = torrench
depends = python-lxml
depends = python-requests
depends = python-colorama
+ depends = python-pyperclip
+ depends = xclip
provides = torrench
conflicts = torrench
- source = torrench-1.0.51.tar.gz::https://github.com/kryptxy/torrench/archive/v1.0.51.tar.gz
+ source = torrench-1.0.53.tar.gz::https://github.com/kryptxy/torrench/archive/v1.0.53.tar.gz
md5sums = SKIP
pkgname = torrench
diff --git a/PKGBUILD b/PKGBUILD
index 00912c57c4a7..a490c6c4e481 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: kryptxy <kryptxy@protonmail.com>
pkgname=torrench
-pkgver=1.0.51
+pkgver=1.0.53
pkgrel=1
pkgdesc="Command-line torrent search program"
arch=('any')
url="https://github.com/kryptxy/torrench"
license=('GPL')
depends=("python-tabulate" "python-setuptools" "python-beautifulsoup4" "python-lxml" "python-requests"
-"python-colorama")
+"python-colorama" "python-pyperclip" "xclip")
provides=("torrench")
conflicts=("torrench")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")