diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-07-29 03:58:43 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-07-29 15:01:55 -0300 |
commit | c19c8f96b9b071e7e6729f21ba58593fb4326658 (patch) | |
tree | 058d672ccb8b96ee6db1b93205b71a7545bb045d | |
parent | 14533e40b377095d5fe657a9b06f2249a10152cd (diff) | |
download | abslibre-c19c8f96b9b071e7e6729f21ba58593fb4326658.tar.gz abslibre-c19c8f96b9b071e7e6729f21ba58593fb4326658.tar.bz2 abslibre-c19c8f96b9b071e7e6729f21ba58593fb4326658.zip |
jquery-ui-1.11.3-1: updating version
-rw-r--r-- | libre/jquery-ui/PKGBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
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 } |