summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2016-03-12 23:07:36 -0800
committerDavid McInnis2016-03-12 23:07:36 -0800
commitb3eec94d27c24617fe82128073857d573440697e (patch)
treea9b1a3513a506ebf1886d4fe73ad71cdc587abc4
parent8db4d0a4ca1d42cdcf5bedff93005d5399cbaedb (diff)
downloadaur-b3eec94d27c24617fe82128073857d573440697e.tar.gz
bumped version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD21
2 files changed, 16 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f6bb9e42909..f8b9a1ee9ab2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Mar 13 07:06:51 UTC 2016
pkgbase = jquery-ui
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
- pkgver = 1.11.3
+ pkgver = 1.11.4
pkgrel = 1
url = http://jqueryui.com/
arch = any
@@ -8,8 +10,8 @@ pkgbase = jquery-ui
makedepends = npm
makedepends = nodejs-grunt-cli
depends = jquery
- source = https://github.com/jquery/jquery-ui/archive/1.11.3.tar.gz
- sha512sums = fd828d85a0f47aae7230cffd5c606e1454edb506acc07fca4594e022b76bbd1265fbd6c2714f7d69175a533c225951e67ff26388dcf6f84ff982d9260a8c0c7c
+ source = https://github.com/jquery/jquery-ui/archive/1.11.4.tar.gz
+ sha256sums = 5d6035c1d802667a4d1f56b4c7f40aff142ae46ed462de9dacb7687ad705a4c0
pkgname = jquery-ui
diff --git a/PKGBUILD b/PKGBUILD
index 0416ab9da05d..1be14496b6cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
-#Maintainer: André Silva <emulatorman@parabola.nu>
-#Maintainer: Márcio Silva <coadde@parabola.nu>
+#Maintainer: David McInnis <davidm@eagles.ewu.edu>
+#Contributer: André Silva <emulatorman@parabola.nu>
+#Contributer: Márcio Silva <coadde@parabola.nu>
_pkgname=jquery
pkgname=jquery-ui
-pkgver=1.11.3
+pkgver=1.11.4
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=(npm nodejs-grunt-cli)
+arch=('any')
+url='http://jqueryui.com/'
+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")
+sha256sums=('5d6035c1d802667a4d1f56b4c7f40aff142ae46ed462de9dacb7687ad705a4c0')
build() {
cd $srcdir/$pkgname-$pkgver