makedeb
A command line interface for the Pirate Bay
Click here to go back to the commit logs for pirate-get.
Hash: d957b33cd40f3824d8695b8d5b6a6ee4422948b0
Message: Version 0.4.0
diff --git a/.SRCINFO b/.SRCINFO
index 7a59ec8..9307051 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pirate-get
pkgdesc = A command line interface for the Pirate Bay
- pkgver = 0.3.5
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/vikstrous/pirate-get/
arch = any
@@ -10,8 +10,9 @@ pkgbase = pirate-get
depends = python-beautifulsoup4
depends = python-termcolor
depends = python-colorama
- source = pirate-get-0.3.5.tar.gz::https://github.com/vikstrous/pirate-get/archive/v0.3.5.tar.gz
- sha256sums = 8b053aab32dad8f985e9fb7f36c39254373a51cebcdbcfca4c69e0de127f4807
+ depends = python-pyperclip
+ source = pirate-get-0.4.0.tar.gz::https://github.com/vikstrous/pirate-get/archive/v0.4.0.tar.gz
+ sha256sums = 0d572b69cf0d895327074c0626a984c33de2f77879ad6e85ae06eb15af9169bf
pkgname = pirate-get
diff --git a/PKGBUILD b/PKGBUILD
index 90a1b00..04de2df 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}"