summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2024-01-26 00:41:56 +0200
committereugene2024-01-26 00:41:56 +0200
commit39851f4261ffd25b7c5c84fb50e29e6087594aa5 (patch)
tree1c22baeabeb0d76d2e3c9255dc457e61696753b4
parented851f057ba2ac8e73768cd20910a2cdc46aefa4 (diff)
downloadaur-39851f4261ffd25b7c5c84fb50e29e6087594aa5.tar.gz
correct depends and makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 835e75d0a651..1da8f1372a2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,10 +7,14 @@ pkgbase = revc-git
arch = x86_64
arch = aarch64
license = custom:none
+ makedepends = git
makedepends = cmake
+ depends = glibc
+ depends = gcc-libs
depends = librw-git
depends = openal
depends = mpg123
+ depends = glfw
source = git+https://github.com/halpz/re3.git#branch=miami
source = reVC.desktop
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d191bc19f68a..02d0b45bae30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgdesc="Grand Theft Auto: Vice City reverse engineered"
arch=(x86_64 aarch64)
url=https://github.com/halpz/re3/tree/miami
license=(custom:none)
-depends=(librw-git openal mpg123)
-makedepends=(cmake)
+depends=(glibc gcc-libs librw-git openal mpg123 glfw)
+makedepends=(git cmake)
install=revc.install
source=(
git+https://github.com/halpz/re3.git#branch=miami