aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2019-05-20 10:58:08 +0700
committerkhai96_2019-05-20 10:58:08 +0700
commit95e6a97f41bbc2d690defd8d4b103d78c54e1115 (patch)
tree791729cb496a78337732adbf3de22914e20264e7
parent3456ac2e3a181da56dddb430bab1641de2649b97 (diff)
downloadaur-95e6a97f41bbc2d690defd8d4b103d78c54e1115.tar.gz
Add libc to depends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e4367f43c48..acaea42b5946 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = code-server
url = https://github.com/codercom/code-server
arch = x86_64
license = MIT
+ depends = glibc
depends = net-tools
options = !strip
source = https://github.com/codercom/code-server/releases/download/1.939-vsc1.33.1/code-server1.939-vsc1.33.1-linux-x64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 3c9aef3e842f..edfe55903bf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Run VS Code on a remote server"
arch=('x86_64')
url="https://github.com/codercom/code-server"
license=(MIT)
-depends=(net-tools)
+depends=(glibc net-tools)
_ghtag=${pkgver//_/-}
_dirname=code-server${_ghtag}-linux-x64
source=(https://github.com/codercom/code-server/releases/download/${_ghtag}/${_dirname}.tar.gz)