summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbdb23b50278..897d1cb6ac7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ pkgname=coursier-native
_pkgver=2.1.0-RC6
pkgver="${_pkgver//-/_}"
pkgrel=1
-pkgdesc="Pure Scala Artifact Fetching (native-image edition)"
-arch=("x86_64")
-url="http://get-coursier.io"
-license=("Apache")
-depends=("gcc-libs" "zlib")
+pkgdesc='Pure Scala Artifact Fetching (native-image edition)'
+arch=('x86_64')
+url='http://get-coursier.io'
+license=('Apache')
+depends=('zlib')
source=("coursier-$pkgver.gz::https://github.com/coursier/coursier/releases/download/v$_pkgver/cs-x86_64-pc-linux.gz")
sha256sums=('ef2bc32c8d1975d9373f518ee24ecbd9a96e99cbb523afa309a45cb44009eeb7')