summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Karlsson2022-05-07 19:45:20 +0200
committerRasmus Karlsson2022-05-07 19:45:20 +0200
commit2eec0657a3757ebc51ce935f21845316257cfa93 (patch)
treed8b9753bace5d23e417e77e0188fe8cac54186a6 /PKGBUILD
parent8deef3d5eacc9625dd11b68c032d95343995f37f (diff)
downloadaur-2eec0657a3757ebc51ce935f21845316257cfa93.tar.gz
Add magic_enum submodule dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2ea729a7177..a46e60eec189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ckat <ckat@teknik.io>
pkgname=chatterino2-git
_pkgname=chatterino2
-pkgver=r3420.82009982
+pkgver=r3508.f97780d8
pkgrel=1
pkgdesc='Second installment of the Twitch chat client series "Chatterino", dev/git version'
arch=('any')
@@ -25,7 +25,8 @@ source=("git+https://github.com/Chatterino/chatterino2"
"git+https://github.com/Tencent/rapidjson"
"git+https://github.com/Chatterino/qtkeychain"
"git+https://github.com/arsenm/sanitizers-cmake"
- "git+https://github.com/zaphoyd/websocketpp")
+ "git+https://github.com/zaphoyd/websocketpp"
+ "git+https://github.com/Neargye/magic_enum")
md5sums=('SKIP'
'SKIP'
'SKIP'
@@ -36,6 +37,7 @@ md5sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'SKIP')
pkgver() {