summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcin Wieczorek2020-06-30 16:22:28 +0200
committerMarcin Wieczorek2020-06-30 16:22:28 +0200
commitd957b33cd40f3824d8695b8d5b6a6ee4422948b0 (patch)
treed4b0c3c87f56d5912c830ee51edc64cd8cb8dc67 /PKGBUILD
parentfedcbff9dea944501be884fd00e8bfa1695f55e4 (diff)
downloadaur-d957b33cd40f3824d8695b8d5b6a6ee4422948b0.tar.gz
Version 0.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90a1b0023c42..04de2df8bc94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Wilson Birney <wpbirney@gmail.com>
pkgname=pirate-get
-pkgver=0.3.5
+pkgver=0.4.0
pkgrel=1
pkgdesc='A command line interface for the Pirate Bay'
arch=('any')
url='https://github.com/vikstrous/pirate-get/'
license=('AGPL')
-depends=('python-setuptools' 'python-veryprettytable' 'python-beautifulsoup4' 'python-termcolor' 'python-colorama')
+depends=('python-setuptools' 'python-veryprettytable' 'python-beautifulsoup4' 'python-termcolor' 'python-colorama' 'python-pyperclip')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vikstrous/pirate-get/archive/v${pkgver}.tar.gz")
-sha256sums=('8b053aab32dad8f985e9fb7f36c39254373a51cebcdbcfca4c69e0de127f4807')
+sha256sums=('0d572b69cf0d895327074c0626a984c33de2f77879ad6e85ae06eb15af9169bf')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"