summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9279dee964fa..3026392dcbda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = rojo-bin
url = https://rojo.space
arch = x86_64
license = MPL2
- depends = gcc
+ depends = gcc-libs
depends = glibc
provides = rojo
conflicts = rojo
diff --git a/PKGBUILD b/PKGBUILD
index a89c4a7e977c..15ddde3e7cca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=rojo-bin
pkgver=7.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="[Precompiled Binaries] Rojo enables Roblox developers to use professional-grade software engineering tools"
arch=(x86_64)
conflicts=(rojo rojo-git)
url="https://rojo.space"
license=(MPL2)
-depends=(gcc glibc)
+depends=(gcc-libs glibc)
provides=(rojo)
source_x86_64=("https://github.com/rojo-rbx/rojo/releases/download/v$pkgver/rojo-$pkgver-linux-x86_64.zip")
sha256sums_x86_64=('7a7fef450a76ce9773810c097ddf9991ada0eb4c81758fb673da0c4455751770')