summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2020-12-07 16:26:42 +0200
committerjonian2020-12-07 16:26:42 +0200
commit340567edb80858a97fbf7694b0781b1892580d18 (patch)
treecb546f9c29e49feaf9dfe3d673adb389430e38a1
parent3f66d4dd38898d8719e9ce519eabaecc83e9a419 (diff)
downloadaur-340567edb80858a97fbf7694b0781b1892580d18.tar.gz
version update to 0.1.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25724d1e31ca..cf2334dbe727 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-acestream
pkgdesc = Python interface to interact with the AceStream Engine and the HTTP API
- pkgver = 0.1.7
- pkgrel = 2
+ pkgver = 0.1.8
+ pkgrel = 1
url = https://github.com/jonian/python-acestream
arch = any
license = GPL
makedepends = python-setuptools
depends = python
conflicts = python-acestream-git
- source = python-acestream-0.1.7.tar.gz::https://github.com/jonian/python-acestream/archive/v0.1.7.tar.gz
- md5sums = c0eec803bdcd089ce99a629678b22782
+ source = python-acestream-0.1.8.tar.gz::https://github.com/jonian/python-acestream/archive/v0.1.8.tar.gz
+ md5sums = ec6dd1a50ebbbd8e084d84a69dddfffa
pkgname = python-acestream
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}"