summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2022-10-26 21:42:11 +0300
committerStelios Tsampas2022-10-26 21:42:11 +0300
commitc005e1076904ad2a533ce9567459cb89cba50afc (patch)
treef7c29d70887f6957bcda624e1ff61e78e2b8a515
parentfe80d2eb55d7b50ca22b27c1ec161118abfa95fb (diff)
downloadaur-c005e1076904ad2a533ce9567459cb89cba50afc.tar.gz
Damn I am stupid
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
-rw-r--r--proton-ge-custom.install5
3 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29868d6d92b9..0f34371f5225 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -76,6 +76,8 @@ pkgbase = proton-ge-custom
makedepends = rust
makedepends = lib32-rust-libs
makedepends = libgphoto2
+ makedepends = gsm
+ makedepends = lib32-gsm
makedepends = opencl-headers
makedepends = attr
makedepends = lib32-attr
diff --git a/PKGBUILD b/PKGBUILD
index fdfaf2aa159c..eafbdde856ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -84,6 +84,7 @@ makedepends=(autoconf bison perl fontforge flex mingw-w64-gcc
'sdl2>=2.0.16' 'lib32-sdl2>=2.0.16'
rust lib32-rust-libs
libgphoto2
+ gsm lib32-gsm
opencl-headers
)
diff --git a/proton-ge-custom.install b/proton-ge-custom.install
index 18ba4ef706e9..a1480c15d7c1 100644
--- a/proton-ge-custom.install
+++ b/proton-ge-custom.install
@@ -1,11 +1,14 @@
#!/bin/sh
post_install() {
- echo ":: This package, due to the way it is build and packaged is officialy UNSUPPORTED"
+ echo ":: This package, due to the way it is built and packaged is officialy UNSUPPORTED"
echo " by GloriousEggroll. Please do not bother them if something doesn't run with it."
echo " If something does NOT run with this package, but DOES run with the same official"
echo " version, installed according to upstream instructions, feel free to report it through"
echo " the AUR comment section."
+ echo " "
+ echo " This version of Proton is meant to be used with \"steam-native\" from the"
+ echo " \"steam-native-rutime\" package on Arch Linux"
}
post_upgrade() {