summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjonian2021-04-28 20:28:37 +0300
committerjonian2021-04-28 20:28:37 +0300
commit131003fe9164c36dbb9294674ecce3fe5b2ea7bc (patch)
treef2bac7beaab5b97168fa77d5507c8f8128afafca /PKGBUILD
parent08a0942826de52ff79efb311ef623e8d8ee07775 (diff)
downloadaur-python2-acestream.tar.gz
version update to 0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3321617edc8e..138a5d5ee457 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=python2-acestream
-pkgver=0.1.7
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
pkgdesc="Python interface to interact with the AceStream Engine and the HTTP API"
arch=("any")
url="https://github.com/jonian/python-acestream"
@@ -10,7 +10,7 @@ depends=("python2")
makedepends=("python2-setuptools")
conflicts=("${pkgname}-git")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-md5sums=("c0eec803bdcd089ce99a629678b22782")
+md5sums=("3fa963ff7a79fb9e8138d397c6aca086")
build() {
cd "${srcdir}/python-acestream-${pkgver}"