summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2020-12-07 16:28:41 +0200
committerJonian Guveli2020-12-07 16:28:41 +0200
commitaf364f1c8e968bee4546338b3694f5d077127f9c (patch)
tree885c9a473ea44162aeaf192900ad15b9d4e66fa4
parent2d5d2398b83176c42e52849a225607aa135fc345 (diff)
downloadaur-af364f1c8e968bee4546338b3694f5d077127f9c.tar.gz
version update to 2.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 255e332ca97c..6c0dc54ab239 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = acestream-launcher
pkgdesc = Acestream Launcher allows you to open Acestream links with a Media Player of your choice
- pkgver = 2.0.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/jonian/acestream-launcher
arch = any
@@ -13,8 +13,8 @@ pkgbase = acestream-launcher
optdepends = acestream-engine
provides = acestream-launcher
conflicts = acestream-launcher-git
- source = acestream-launcher-2.0.2.tar.gz::https://github.com/jonian/acestream-launcher/archive/v2.0.2.tar.gz
- md5sums = b6bc29ea58c45a567a9edb06d4b37898
+ source = acestream-launcher-2.0.3.tar.gz::https://github.com/jonian/acestream-launcher/archive/v2.0.3.tar.gz
+ md5sums = bc192fd06259bf19c3c07c276ed21dd5
pkgname = acestream-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 8613d8eec8ae..035348bbb223 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=acestream-launcher
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc="Acestream Launcher allows you to open Acestream links with a Media Player of your choice"
arch=("any")
@@ -12,7 +12,7 @@ makedepends=("python-setuptools")
provides=("${pkgname}")
conflicts=("${pkgname}-git")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-md5sums=("b6bc29ea58c45a567a9edb06d4b37898")
+md5sums=("bc192fd06259bf19c3c07c276ed21dd5")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"