summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 610c1cc23b34..d33d5602f7f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,20 @@
# Generated by mksrcinfo v8
-# Sat Dec 12 12:35:01 UTC 2015
+# Fri Jan 6 22:51:19 UTC 2017
pkgbase = acestream-launcher
pkgdesc = Acestream Launcher allows you to open Acestream links with a Media Player of your choice
- pkgver = 0.4.2
- pkgrel = 2
+ pkgver = 0.5.0
+ pkgrel = 1
url = https://github.com/jonian/acestream-launcher
arch = any
license = GPL
depends = python-psutil
depends = python-pexpect
- depends = python-ptyprocess
depends = python-notify2
depends = acestream-engine
optdepends = vlc
provides = acestream-launcher
- source = https://github.com/jonian/acestream-launcher/archive/v0.4.2.tar.gz
- md5sums = SKIP
+ source = https://github.com/jonian/acestream-launcher/archive/v0.5.0.tar.gz
+ md5sums = 6136639af7b079390fc05b07b14db580
pkgname = acestream-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 07bc9d9197e4..c3c18d9042e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=acestream-launcher
-pkgver=0.4.2
-pkgrel=2
+pkgver=0.5.0
+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"
license=("GPL")
-depends=("python-psutil" "python-pexpect" "python-ptyprocess" "python-notify2" "acestream-engine")
+depends=("python-psutil" "python-pexpect" "python-notify2" "acestream-engine")
optdepends=("vlc")
provides=("acestream-launcher")
source=("https://github.com/jonian/acestream-launcher/archive/v$pkgver.tar.gz")
-md5sums=("SKIP")
+md5sums=("6136639af7b079390fc05b07b14db580")
package() {
mkdir -p "$pkgdir/opt"