summaryrefslogtreecommitdiff
path: root/libre/jquery-ui/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/jquery-ui/PKGBUILD')
-rw-r--r--libre/jquery-ui/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/jquery-ui/PKGBUILD b/libre/jquery-ui/PKGBUILD
index 0416ab9da..ae770dc2a 100644
--- a/libre/jquery-ui/PKGBUILD
+++ b/libre/jquery-ui/PKGBUILD
@@ -6,14 +6,14 @@ pkgname=jquery-ui
pkgver=1.11.3
pkgrel=1
pkgdesc='jQuery UI provides abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications'
-arch=any
+arch=(any)
url=http://jqueryui.com/
-license=MIT
-depends=jquery
+license=(MIT)
+depends=(jquery)
makedepends=(npm nodejs-grunt-cli)
-source=https://github.com/$_pkgname/$pkgname/archive/$pkgver.tar.gz
-sha512sums=fd828d85a0f47aae7230cffd5c606e1454edb506acc07fca4594e022b76bbd1265fbd6c2714f7d69175a533c225951e67ff26388dcf6f84ff982d9260a8c0c7c
+source=(https://github.com/$_pkgname/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('50376cbf54dbd7be46bbd828c5426ee5')
build() {
cd $srcdir/$pkgname-$pkgver