summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2018-02-26 02:06:29 +0200
committerJonian Guveli2018-02-26 02:06:29 +0200
commit778dc9da284cc54f7c77a6d1acf42c9d70858eee (patch)
tree2e95a900f4012951c360c883214bb98b5c4e6d6c
parentd924af206f9b16353cf749bb2962fca93ec6340a (diff)
downloadaur-778dc9da284cc54f7c77a6d1acf42c9d70858eee.tar.gz
add pkgver in source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e12fb16f1b2..3e5d21933dd9 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 = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jonian/acestream-launcher
arch = any
license = GPL
@@ -11,7 +11,7 @@ pkgbase = acestream-launcher
optdepends = mpv
optdepends = libnotify
provides = acestream-launcher
- source = acestream-launcher::https://github.com/jonian/acestream-launcher/archive/v1.0.1.tar.gz
+ source = acestream-launcher-1.0.1::https://github.com/jonian/acestream-launcher/archive/v1.0.1.tar.gz
md5sums = a3a646488f1bb330160e84a55623946e
pkgname = acestream-launcher
diff --git a/PKGBUILD b/PKGBUILD
index b6f2ebeb04a1..049b7e61a298 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=acestream-launcher
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
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"
@@ -9,7 +9,7 @@ license=("GPL")
depends=("python" "curl" "acestream-engine")
optdepends=("mpv" "libnotify")
provides=("acestream-launcher")
-source=("$pkgname::https://github.com/jonian/acestream-launcher/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver::https://github.com/jonian/acestream-launcher/archive/v$pkgver.tar.gz")
md5sums=("a3a646488f1bb330160e84a55623946e")
package() {