diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-05-06 11:28:50 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-05-06 11:28:50 +0200 |
commit | d07856e739aacf2fd6fd173059c2f9e97bb0046e (patch) | |
tree | 6945fbb856668c51881915b6e99b38667bfae2f1 /libre | |
parent | 6b4f7790f53128f907247c223785c616ff628605 (diff) | |
download | abslibre-d07856e739aacf2fd6fd173059c2f9e97bb0046e.tar.gz abslibre-d07856e739aacf2fd6fd173059c2f9e97bb0046e.tar.bz2 abslibre-d07856e739aacf2fd6fd173059c2f9e97bb0046e.zip |
jquery, jquery-ui: fixing errors in pkgbuilds
Diffstat (limited to 'libre')
-rw-r--r-- | libre/jquery-ui/PKGBUILD | 10 | ||||
-rw-r--r-- | libre/jquery/PKGBUILD | 8 |
2 files changed, 9 insertions, 9 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 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 |