diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-22 00:33:45 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-22 00:33:45 -0200 |
commit | 8dfc7218c87ec4f450e5c1c27678847fe4f25407 (patch) | |
tree | 3f107d7bd28fb8d22f098199dbda920de9909cdc /libre | |
parent | 9dfbbdbf5a9c355cd43ecd5df344bd165c3cc7fc (diff) | |
parent | 5ee931344c740f92fe8dde975f1078295a70c9a8 (diff) | |
download | abslibre-8dfc7218c87ec4f450e5c1c27678847fe4f25407.tar.gz abslibre-8dfc7218c87ec4f450e5c1c27678847fe4f25407.tar.bz2 abslibre-8dfc7218c87ec4f450e5c1c27678847fe4f25407.zip |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre')
-rw-r--r-- | libre/jquery-ui/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/jquery/PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libre/jquery-ui/PKGBUILD b/libre/jquery-ui/PKGBUILD index 0be01f724..64d1e1764 100644 --- a/libre/jquery-ui/PKGBUILD +++ b/libre/jquery-ui/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=jquery pkgname=jquery-ui pkgver=1.10.4 -pkgrel=1 +pkgrel=2 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/ diff --git a/libre/jquery/PKGBUILD b/libre/jquery/PKGBUILD index 23d56d7c3..bd828c070 100644 --- a/libre/jquery/PKGBUILD +++ b/libre/jquery/PKGBUILD @@ -3,7 +3,7 @@ pkgname=jquery pkgver=2.1.0 -pkgrel=1 +pkgrel=3 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 url=http://jquery.com/ @@ -11,7 +11,7 @@ license=MIT makedepends=nodejs source=https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz -sha512sums=aedd1086b3b84ed6705b31ac297b6bef29fc2b19a190b3bded2c135d13931cdc92b9ea7cf3eab86e8157a50f1e4ec9ba2bbe1eeba1af5dd44079f237571d41e4 +sha512sums=a5e1b1f5590e07301dd0793bba0961757211d9020efe67ea73817ad10122a9ecbb138ad868b195da7f9811656e7eb07d522f1a99c341ca833c213b1f1966f3ff build() { cd $srcdir/$pkgname-$pkgver |