summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8db0ba23a1d7..552d3a220bfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=python-acestream
-pkgver=0.1.7
-pkgrel=2
+pkgver=0.1.8
+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=("python")
makedepends=("python-setuptools")
conflicts=("${pkgname}-git")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-md5sums=("c0eec803bdcd089ce99a629678b22782")
+md5sums=("ec6dd1a50ebbbd8e084d84a69dddfffa")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"