summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Karlsson2023-02-13 18:03:20 +0100
committerRasmus Karlsson2023-02-13 18:03:20 +0100
commit302aef3aba91ef6e6b1eea81b2c62c4a98e2f4e7 (patch)
tree32c73f704012f93968049e4b7bb91de196a869f9
parent749a552c2d4b1f2a224c060bd1975e4d64456296 (diff)
downloadaur-302aef3aba91ef6e6b1eea81b2c62c4a98e2f4e7.tar.gz
Fix magicenum submodule
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5777c7eddd04..4ef08c3819fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chatterino2-git
pkgdesc = Second installment of the Twitch chat client series "Chatterino", dev/git version
- pkgver = v2.4.0.r74.g4958d0803
+ pkgver = v2.4.0.r99.g56adaf81a
pkgrel = 1
url = https://chatterino.com
install = chatterino2-git.install
diff --git a/PKGBUILD b/PKGBUILD
index df6c69b1ed55..f0a0b3b24ca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ckat <ckat@teknik.io>
pkgname=chatterino2-git
_pkgname=chatterino2
-pkgver=v2.4.0.r74.g4958d0803
+pkgver=v2.4.0.r99.g56adaf81a
pkgrel=1
pkgdesc='Second installment of the Twitch chat client series "Chatterino", dev/git version'
arch=('any')
@@ -62,9 +62,7 @@ prepare () {
git config submodule.sanitizers-cmake $srcdir/$_pkgname/lib/sanitizers-cmake
git config submodule.websocketpp $srcdir/$_pkgname/lib/websocketpp
git config submodule.miniaudio $srcdir/$_pkgname/lib/miniaudio
- # We can't set the local directory of this submodule as we have no way of accessing the config name `submodule.magic_enum` because underscores are actually not allowed.
- # The only thing I can think of is moving the submodule to `lib/magicenum` but that feels like an off approach. I'll look into it only if builds fail because of the below call is missing.
- # git config submodule.magic_enum $srcdir/$_pkgname/lib/magic_enum
+ git config submodule.magicenum $srcdir/$_pkgname/lib/magic_enum
git config submodule.googletest $srcdir/$_pkgname/lib/googletest
git submodule update
}