summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Karlsson2023-02-13 19:09:54 +0100
committerRasmus Karlsson2023-02-13 19:10:23 +0100
commit5534f1882bf18f71d828faad55b94433a69beb40 (patch)
treee1dda50dccbca0f4634907340f39182834a64f9d
parenta5b552ef27971b98b3eed3dc35df76ecf1e20c15 (diff)
downloadaur-5534f1882bf18f71d828faad55b94433a69beb40.tar.gz
Remove unused WinToast dependency
-rw-r--r--.SRCINFO2
-rw-r--r--Makefile1
-rw-r--r--PKGBUILD3
3 files changed, 0 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db185db0531b..9fb430d01754 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,7 +24,6 @@ pkgbase = chatterino2-git
source = git+https://github.com/arsenm/sanitizers-cmake
source = git+https://github.com/Chatterino/libcommuni#branch=chatterino-cmake
source = git+https://github.com/getsentry/crashpad
- source = git+https://github.com/mohabouje/WinToast
source = git+https://github.com/pajlada/settings
source = git+https://github.com/pajlada/signals
source = git+https://github.com/pajlada/serialize
@@ -45,6 +44,5 @@ pkgbase = chatterino2-git
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
- md5sums = SKIP
pkgname = chatterino2-git
diff --git a/Makefile b/Makefile
index 19622e472a5c..698b6c1ad33f 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,6 @@ clean:
libcommuni \
humanize \
crashpad \
- WinToast \
settings \
signals \
serialize \
diff --git a/PKGBUILD b/PKGBUILD
index 7b77303a9d49..bb6f541b0f8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,6 @@ source=("git+https://github.com/Chatterino/chatterino2"
"git+https://github.com/arsenm/sanitizers-cmake"
"git+https://github.com/Chatterino/libcommuni#branch=chatterino-cmake"
"git+https://github.com/getsentry/crashpad"
- "git+https://github.com/mohabouje/WinToast"
"git+https://github.com/pajlada/settings"
"git+https://github.com/pajlada/signals"
"git+https://github.com/pajlada/serialize"
@@ -38,7 +37,6 @@ md5sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'SKIP')
pkgver() {
@@ -56,7 +54,6 @@ prepare () {
git config submodule.lib/libcommuni.url "$srcdir/libcommuni"
git config submodule.lib/crashpad.url "$srcdir/crashpad"
# TODO: crashpad contains its own submodules, this needs to be resolved
- git config submodule.lib/WinToast.url "$srcdir/WinToast"
git config submodule.lib/settings.url "$srcdir/settings"
git config submodule.lib/signals.url "$srcdir/signals"
git config submodule.lib/serialize.url "$srcdir/serialize"