summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Bruce2021-02-05 12:47:20 +1000
committerCorey Bruce2021-02-05 12:47:20 +1000
commit24240e0a71417c841a2844ba81646c2d7f9e71f1 (patch)
tree3e7b6a4232c83ee9e20bfaa734ab636c89acb065
parent9dc56e82204e6d24cf30e8a75e79818da6b887c7 (diff)
downloadaur-24240e0a71417c841a2844ba81646c2d7f9e71f1.tar.gz
Twitch 1.0.2-6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50c76e8949ed..1b0eb9185b97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = twitch-git
pkgdesc = Unofficial Twitch desktop application.
pkgver = 1.0.2
- pkgrel = 5
+ pkgrel = 6
url = https://gitlab.com/twitch-application/application
arch = any
license = GPL
@@ -12,7 +12,7 @@ pkgbase = twitch-git
depends = gtk3
depends = libxss
provides = twitch-git
- conflicts = twitch-git
+ conflicts = Twitch-bin
source = git+https://gitlab.com/twitch-application/application.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bbd82c07a846..2657e6476c11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=twitch-git
_pkgname=Twitch-git
pkgver=1.0.2
-pkgrel=5
+pkgrel=6
pkgdesc="Unofficial Twitch desktop application."
arch=('any')
url="https://gitlab.com/twitch-application/application"
@@ -9,7 +9,7 @@ license=('GPL')
depends=('nss' 'gtk3' 'libxss')
makedepends=('npm' 'git' 'unzip')
provides=("${pkgname%}")
-conflicts=("${pkgname%}")
+conflicts=("Twitch-bin")
source=('git+https://gitlab.com/twitch-application/application.git')
sha256sums=('SKIP')