summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Peavey2020-08-24 11:19:32 -0700
committerHunter Peavey2020-08-24 11:19:32 -0700
commit6eb1e44c887946811cd86e08a09b63fcda062167 (patch)
treea3fa34720397997f12fcaebe044269d04a9c8310
parenteda003a8793d43b4140a842c4d75eceb5ea941d9 (diff)
downloadaur-6eb1e44c887946811cd86e08a09b63fcda062167.tar.gz
Update AUR for 2.0.0 release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fd745466ade..9a453ba82813 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wtwitch
pkgdesc = Terminal user interface for Twitch
- pkgver = 1.7.1
+ pkgver = 2.0.0
pkgrel = 1
url = https://git.sr.ht/~krathalan/wtwitch
changelog = CHANGELOG
@@ -12,11 +12,11 @@ pkgbase = wtwitch
depends = streamlink
optdepends = mpv: for watching streams
optdepends = vlc: for watching streams
- source = https://git.sr.ht/~krathalan/wtwitch/archive/1.7.1.tar.gz
- source = https://git.sr.ht/~krathalan/wtwitch/blob/master/signatures/1.7.1.tar.gz.sig
+ source = https://git.sr.ht/~krathalan/wtwitch/archive/2.0.0.tar.gz
+ source = https://git.sr.ht/~krathalan/wtwitch/blob/master/signatures/2.0.0.tar.gz.sig
validpgpkeys = B46B326273E4A1D21AAA3F6F529AC10050BD24EF
- sha512sums = c5a577da9d3c1afc8086714a1114900527132993fa9685cba156f75067b4ef532357e2a141e82f3c33421374a742ff08265c1192c89957f4aa6f19fb064760fd
- sha512sums = e1822e60b92250d81706ff8468f7946c232fcb282955cbe191f196f363c6b38e59664c8b47b8b8f2ede85ee76c9e1547809c2b5d860ea6b245c41d9748dc4200
+ sha512sums = a708989b68128cb16cf0dde1fd613903a42da6aae975b4b016c6be0f9f10d8309b80a6f84983ca398339fd9f11e966c4236788bf93d35f9c436c8c0ea99e8a1a
+ sha512sums = 04f357fcb4d9208643a7f8329b35bd8035a72f1e9b4ddabd686c9823a03e74d7d958a1f2fce5fef50321a4000f1f84a349d2f369bac296c6ab98ce6b0c35bbae
pkgname = wtwitch
diff --git a/PKGBUILD b/PKGBUILD
index 266a95b3d10a..a6f3f519077c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Hunter Peavey < vrywjvgviuotxeioqipx at disroot dot org >
+# Maintainer: Hunter Peavey < printf "srht@die.bots" | sed "s/die.bots/krathalan.net/g" >
# General package information
pkgname=wtwitch
-pkgver=1.7.1
+pkgver=2.0.0
pkgrel=1
pkgdesc="Terminal user interface for Twitch"
url="https://git.sr.ht/~krathalan/wtwitch"
@@ -20,7 +20,7 @@ optdepends=('mpv: for watching streams'
_packagesig="${url}/blob/master/signatures/${pkgver}.tar.gz.sig"
source=("${url}/archive/${pkgver}.tar.gz" "${_packagesig}")
validpgpkeys=("B46B326273E4A1D21AAA3F6F529AC10050BD24EF")
-sha512sums=("c5a577da9d3c1afc8086714a1114900527132993fa9685cba156f75067b4ef532357e2a141e82f3c33421374a742ff08265c1192c89957f4aa6f19fb064760fd" "e1822e60b92250d81706ff8468f7946c232fcb282955cbe191f196f363c6b38e59664c8b47b8b8f2ede85ee76c9e1547809c2b5d860ea6b245c41d9748dc4200")
+sha512sums=("a708989b68128cb16cf0dde1fd613903a42da6aae975b4b016c6be0f9f10d8309b80a6f84983ca398339fd9f11e966c4236788bf93d35f9c436c8c0ea99e8a1a" "04f357fcb4d9208643a7f8329b35bd8035a72f1e9b4ddabd686c9823a03e74d7d958a1f2fce5fef50321a4000f1f84a349d2f369bac296c6ab98ce6b0c35bbae")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"