summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcin Wieczorek2022-04-04 09:17:31 +0200
committerMarcin Wieczorek2022-04-04 09:17:31 +0200
commit7647245b0275b296eea5b92b77c0a89e2ca5d189 (patch)
treeade3a3e035c33633787665a0fb4492d47c1e0264 /PKGBUILD
parentd957b33cd40f3824d8695b8d5b6a6ee4422948b0 (diff)
downloadaur-pirate-get.tar.gz
Version 0.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04de2df8bc94..a5095b36afad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Wilson Birney <wpbirney@gmail.com>
pkgname=pirate-get
-pkgver=0.4.0
+pkgver=0.4.2
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' 'python-pyperclip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vikstrous/pirate-get/archive/v${pkgver}.tar.gz")
-sha256sums=('0d572b69cf0d895327074c0626a984c33de2f77879ad6e85ae06eb15af9169bf')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vikstrous/pirate-get/archive/${pkgver}.tar.gz")
+sha256sums=('6ea9fac2505ea02bf4914c83975f1a9f341e1a4ed16282a86250ceddfbd475ef')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"