summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2023-03-09 14:30:30 +1000
committercorey drew bruce2023-03-09 14:30:30 +1000
commit24d8d78fcec017b8b6cfe925f54f3110d8a616b7 (patch)
tree7f31ec1a1c8e282a6b7c5c819028cf77790c1276
parent04558d4b82b9f916c861e384d6d9e5a5838bca30 (diff)
downloadaur-24d8d78fcec017b8b6cfe925f54f3110d8a616b7.tar.gz
Twitch 1.0.6-1 - Added extension support thanks to Brian Allred. Thank you for all your hard work, I really appreciate it
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9ddfed9fc69..0edad407d677 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = twitch
pkgdesc = Unofficial Twitch desktop application.
- pkgver = 1.0.5
- pkgrel = 3
+ pkgver = 1.0.6
+ pkgrel = 1
url = https://gitlab.com/twitch-application/application
arch = x86_64
arch = aarch64
@@ -13,7 +13,7 @@ pkgbase = twitch
depends = libxss
depends = git
conflicts = twitch-bin
- source = https://gitlab.com/twitch-application/application/-/archive/1.0.5-3/application-1.0.5-3.tar.bz2
+ source = https://gitlab.com/twitch-application/application/-/archive/1.0.6-1/application-1.0.6-1.tar.bz2
sha256sums = SKIP
pkgname = twitch
diff --git a/PKGBUILD b/PKGBUILD
index 79a94930ee78..736fe9574d6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=twitch
_pkgname=Twitch
-pkgver=1.0.5
-pkgrel=3
+pkgver=1.0.6
+pkgrel=1
pkgdesc="Unofficial Twitch desktop application."
arch=('x86_64' 'aarch64')
url="https://gitlab.com/twitch-application/application"