summaryrefslogtreecommitdiff
path: root/libre/jquery/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/jquery/PKGBUILD')
-rw-r--r--libre/jquery/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/jquery/PKGBUILD b/libre/jquery/PKGBUILD
index 2564d5d4d..9eb89848b 100644
--- a/libre/jquery/PKGBUILD
+++ b/libre/jquery/PKGBUILD
@@ -5,13 +5,13 @@ pkgname=jquery
pkgver=2.1.4
pkgrel=1
pkgdesc='jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development'
-arch=any
+arch=(any)
url=http://jquery.com/
-license=MIT
+license=(MIT)
makedepends=(npm nodejs-grunt-cli python2)
-source=https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz
-sha512sums=1075f51d44b520ef08f633928c2bafd87ece3d523f1eff4ca96bcefb56ccb35ff5724335b35ff753fc47d813f54365ffabbc2e687ed1f1095c6d7563f84b1cff
+source=(https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('b1b5aade2d5b389bb8f3657f165b441f')
build() {
cd $srcdir/$pkgname-$pkgver