diff options
author | uint | 2023-11-25 21:25:17 -0800 |
---|---|---|
committer | uint | 2023-11-25 21:25:17 -0800 |
commit | 03696abf83246304439ef2bdb234472232c89a96 (patch) | |
tree | aa44e7c5592b6885522c59be4883f77f5e66e49a /PKGBUILD | |
parent | ea152cd3f7705f3b2e86a91b8efeeb3043c9501b (diff) | |
download | aur-wipeout-rewrite-git.tar.gz |
Add build flags, update desktop file
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ source=("git+https://github.com/phoboslab/wipeout-rewrite.git" sha256sums=('SKIP' 'c15037e260bd186ddda2b4bf26d055f0b1ec7e6d0610f3b75f57d1bf788d92b7' '9374b04f78bd925661decd8cc8832598d7c53e6f477f71edd5eee02d6f09a3e5' - '33d99b54dc99d6779367bb76ad1cd3a20c83e279a8c18eb1631c0649c2a24e8f') + '2c58bd4621dac435db88e2e54df68a6bf4b4ac686e775e0b08df3f57409d0a5c') pkgver() { cd wipeout-rewrite @@ -27,7 +27,7 @@ pkgver() { build() { cd wipeout-rewrite - cmake -B build -S . -DPATH_ASSETS="/opt/wipeout-rewrite/" -DPATH_USERDATA="$HOME/" -DMINIMAL_BUNDLE="ON" + cmake -B build -S . -DPATH_ASSETS="/opt/wipeout-rewrite/" -DPATH_USERDATA="$HOME/" cmake --build build } |