summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2023-02-05 11:44:44 +1000
committercorey drew bruce2023-02-05 11:44:44 +1000
commit04558d4b82b9f916c861e384d6d9e5a5838bca30 (patch)
treebbb2ec1768e73ab7951d59845d980a5a8c7c299c
parent38f7194f348bfd7ef7d620bfdc96f9069a613819 (diff)
downloadaur-04558d4b82b9f916c861e384d6d9e5a5838bca30.tar.gz
Twitch 1.0.5-3 - Fixed missing icon on splash screen - Updated dependancies - Updated readme with readme fixes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2127e9b7726c..e9ddfed9fc69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = twitch
pkgdesc = Unofficial Twitch desktop application.
pkgver = 1.0.5
- pkgrel = 2
+ pkgrel = 3
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-2/application-1.0.5-2.tar.bz2
+ source = https://gitlab.com/twitch-application/application/-/archive/1.0.5-3/application-1.0.5-3.tar.bz2
sha256sums = SKIP
pkgname = twitch
diff --git a/PKGBUILD b/PKGBUILD
index 5ad36c31ee7e..79a94930ee78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=twitch
_pkgname=Twitch
pkgver=1.0.5
-pkgrel=2
+pkgrel=3
pkgdesc="Unofficial Twitch desktop application."
arch=('x86_64' 'aarch64')
url="https://gitlab.com/twitch-application/application"