summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-04-28 20:27:23 +0300
committerjonian2021-04-28 20:27:23 +0300
commit1422c2fe0b25211bb5f69961bdacddb285f2d63c (patch)
tree9468986ae6f3d4432c5aa5e8d223c1f127a9955b
parent340567edb80858a97fbf7694b0781b1892580d18 (diff)
downloadaur-1422c2fe0b25211bb5f69961bdacddb285f2d63c.tar.gz
version update to 0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf2334dbe727..77be405c66d7 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.8
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/jonian/python-acestream
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-acestream
makedepends = python-setuptools
depends = python
conflicts = python-acestream-git
- source = python-acestream-0.1.8.tar.gz::https://github.com/jonian/python-acestream/archive/v0.1.8.tar.gz
- md5sums = ec6dd1a50ebbbd8e084d84a69dddfffa
+ source = python-acestream-0.2.0.tar.gz::https://github.com/jonian/python-acestream/archive/v0.2.0.tar.gz
+ md5sums = 3fa963ff7a79fb9e8138d397c6aca086
pkgname = python-acestream
diff --git a/PKGBUILD b/PKGBUILD
index 552d3a220bfe..68a680a7fad9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=python-acestream
-pkgver=0.1.8
+pkgver=0.2.0
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}-git")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-md5sums=("ec6dd1a50ebbbd8e084d84a69dddfffa")
+md5sums=("3fa963ff7a79fb9e8138d397c6aca086")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"