summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2018-11-15 12:43:49 +0200
committerJonian Guveli2018-11-15 12:43:49 +0200
commit0151f5f418f54641d5f251a483d37322bfb2fee5 (patch)
treed63a69b08aaa7e7e585ea8a11d241cb236d9ac55
parent101ff8d6a571181a93248e4007c938c9950b2788 (diff)
downloadaur-0151f5f418f54641d5f251a483d37322bfb2fee5.tar.gz
version update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c835ef1cefbe..7e97a091a0c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-acestream
pkgdesc = Python interface to interact with the AceStream Engine and the HTTP API
- pkgver = 0.1.3
- pkgrel = 2
+ pkgver = 0.1.4
+ pkgrel = 1
url = https://github.com/jonian/python-acestream
arch = any
license = GPL
@@ -9,8 +9,8 @@ pkgbase = python-acestream
depends = python
conflicts = python-acestream
conflicts = python-acestream-git
- source = python-acestream-0.1.3.tar.gz::https://github.com/jonian/python-acestream/archive/v0.1.3.tar.gz
- md5sums = 771047c80c03721a45e676bcd38fbb14
+ source = python-acestream-0.1.4.tar.gz::https://github.com/jonian/python-acestream/archive/v0.1.4.tar.gz
+ md5sums = 6225d38b55998a0ae941df509a39f734
pkgname = python-acestream
diff --git a/PKGBUILD b/PKGBUILD
index 70e9a374f15f..2e70511ebf4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=python-acestream
-pkgver=0.1.3
-pkgrel=2
+pkgver=0.1.4
+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}" "${pkgname}-git")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-md5sums=("771047c80c03721a45e676bcd38fbb14")
+md5sums=("6225d38b55998a0ae941df509a39f734")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"