summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2018-12-05 20:45:15 +0200
committerJonian Guveli2018-12-05 20:45:15 +0200
commit8ed46a341c10edc3270711aa4d0e832dee790fc4 (patch)
tree8290dfdd6c71b662402170b63bb90f9fd9dcdfc6
parent559efd1a8fe99e862633fa43d5150719bcd156de (diff)
downloadaur-8ed46a341c10edc3270711aa4d0e832dee790fc4.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 6d718a7e5e37..ae4c6ba8776b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = acestream-launcher
pkgdesc = Acestream Launcher allows you to open Acestream links with a Media Player of your choice
- pkgver = 2.0.0
- pkgrel = 2
+ pkgver = 2.0.1
+ pkgrel = 1
url = https://github.com/jonian/acestream-launcher
arch = any
license = GPL
@@ -13,8 +13,8 @@ pkgbase = acestream-launcher
optdepends = libnotify
conflicts = acestream-launcher
conflicts = acestream-launcher-git
- source = acestream-launcher-2.0.0.tar.gz::https://github.com/jonian/acestream-launcher/archive/v2.0.0.tar.gz
- md5sums = 23884757a9f40cb1a69e66363bac427f
+ source = acestream-launcher-2.0.1.tar.gz::https://github.com/jonian/acestream-launcher/archive/v2.0.1.tar.gz
+ md5sums = 0a53911b958000fcb4df3ac16e39d793
pkgname = acestream-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 04bcd9791a8c..5de407c83ed1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=acestream-launcher
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
pkgdesc="Acestream Launcher allows you to open Acestream links with a Media Player of your choice"
arch=("any")
url="https://github.com/jonian/acestream-launcher"
@@ -11,7 +11,7 @@ optdepends=("mpv" "libnotify")
makedepends=("python-setuptools")
conflicts=("${pkgname}" "${pkgname}-git")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-md5sums=("23884757a9f40cb1a69e66363bac427f")
+md5sums=("0a53911b958000fcb4df3ac16e39d793")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"