summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2018-12-05 20:44:05 +0200
committerJonian Guveli2018-12-05 20:44:05 +0200
commit065aa321d09ce36acdd6c7dc3c54f9288e218f87 (patch)
tree32c344712d0cf0274e52d1a8388a2d0be9e20a93
parent0151f5f418f54641d5f251a483d37322bfb2fee5 (diff)
downloadaur-065aa321d09ce36acdd6c7dc3c54f9288e218f87.tar.gz
version update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e97a091a0c5..fad28870bc85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-acestream
pkgdesc = Python interface to interact with the AceStream Engine and the HTTP API
- pkgver = 0.1.4
+ pkgver = 0.1.5
pkgrel = 1
url = https://github.com/jonian/python-acestream
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-acestream
depends = python
conflicts = python-acestream
conflicts = python-acestream-git
- source = python-acestream-0.1.4.tar.gz::https://github.com/jonian/python-acestream/archive/v0.1.4.tar.gz
- md5sums = 6225d38b55998a0ae941df509a39f734
+ source = python-acestream-0.1.5.tar.gz::https://github.com/jonian/python-acestream/archive/v0.1.5.tar.gz
+ md5sums = 1c5afbd528873c4b9a0149693685decc
pkgname = python-acestream
diff --git a/PKGBUILD b/PKGBUILD
index 2e70511ebf4c..5dd250d99c30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=python-acestream
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=1
pkgdesc="Python interface to interact with the AceStream Engine and the HTTP API"
arch=("any")
@@ -10,7 +10,7 @@ depends=("python")
makedepends=("python-setuptools")
conflicts=("${pkgname}" "${pkgname}-git")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-md5sums=("6225d38b55998a0ae941df509a39f734")
+md5sums=("1c5afbd528873c4b9a0149693685decc")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"