summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkhai96_2019-03-13 18:33:04 +0700
committerkhai96_2019-03-13 18:33:04 +0700
commit54a347d6180f46213fa7b1b63a134a7016981cd4 (patch)
treefbce6612fde26cf23a1b2e20a89e36d0f40648d7 /PKGBUILD
parent538ccabc80d388562ca198be791fcaa38c5a11c1 (diff)
downloadaur-54a347d6180f46213fa7b1b63a134a7016981cd4.tar.gz
Skip validity check
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d07ee135f809..58c581ea2eef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=code-server
pkgver=1.32.0_245
-pkgrel=1
+pkgrel=2
pkgdesc="Run VS Code on a remote server"
arch=('x86_64')
url="https://github.com/codercom/code-server"
license=(MIT)
source=(https://github.com/codercom/code-server/releases/download/${pkgver//_/-}/code-server-${pkgver//_/-}-linux-x64.tar.gz)
-sha512sums=('9ca143aec2f33b5c0e4138d76c5182bd021efaed88c664f11e64c150cc3f9ca6e2648edc23d7431f4aeb509fa0bbf0a51d51898afcdc0cb964aa95ad8e601124')
+sha512sums=(SKIP)
build() {
cd "$srcdir/code-server-${pkgver//_/-}-linux-x64"