From c19c8f96b9b071e7e6729f21ba58593fb4326658 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 29 Jul 2015 03:58:43 -0300 Subject: jquery-ui-1.11.3-1: updating version --- libre/jquery-ui/PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'libre') diff --git a/libre/jquery-ui/PKGBUILD b/libre/jquery-ui/PKGBUILD index 64d1e1764..0416ab9da 100644 --- a/libre/jquery-ui/PKGBUILD +++ b/libre/jquery-ui/PKGBUILD @@ -3,23 +3,22 @@ _pkgname=jquery pkgname=jquery-ui -pkgver=1.10.4 -pkgrel=2 +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 url=http://jqueryui.com/ license=MIT depends=jquery -makedepends=nodejs +makedepends=(npm nodejs-grunt-cli) source=https://github.com/$_pkgname/$pkgname/archive/$pkgver.tar.gz -sha512sums=cab57c40bc593f32baeca8f9bcf8e23ef770b511dd4894fbb5bfd0b0bb9f7266b9572247ea47289f8d0eaa782f8c803f3e4b262b71f00d173e7bd54793fdb0ac +sha512sums=fd828d85a0f47aae7230cffd5c606e1454edb506acc07fca4594e022b76bbd1265fbd6c2714f7d69175a533c225951e67ff26388dcf6f84ff982d9260a8c0c7c build() { cd $srcdir/$pkgname-$pkgver - npm install grunt-cli npm install - node_modules/.bin/grunt build + grunt concat:ui uglify:main } package() { @@ -27,5 +26,5 @@ package() { install -d $pkgdir/usr/share/javascript/$pkgname install -d $pkgdir/usr/share/licenses/$pkgname cp -a dist/* $pkgdir/usr/share/javascript/$pkgname - cp -a MIT-LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE + cp -a LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE } -- cgit v1.2.3