From: taro <taro@tenryu> --- libre/jquery/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/libre/jquery/PKGBUILD b/libre/jquery/PKGBUILD index 23d56d7..9243e94 100644 --- a/libre/jquery/PKGBUILD +++ b/libre/jquery/PKGBUILD @@ -1,9 +1,10 @@ #Maintainer: André Silva <[email protected]> #Maintainer: Márcio Silva <[email protected]> +#Contributor: Taro <[email protected]> pkgname=jquery pkgver=2.1.0 -pkgrel=1 +pkgrel=2 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 +12,7 @@ license=MIT makedepends=nodejs source=https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz -sha512sums=aedd1086b3b84ed6705b31ac297b6bef29fc2b19a190b3bded2c135d13931cdc92b9ea7cf3eab86e8157a50f1e4ec9ba2bbe1eeba1af5dd44079f237571d41e4 +sha512sums=('a5e1b1f5590e07301dd0793bba0961757211d9020efe67ea73817ad10122a9ecbb138ad868b195da7f9811656e7eb07d522f1a99c341ca833c213b1f1966f3ff') build() { cd $srcdir/$pkgname-$pkgver -- 1.8.5.4 _______________________________________________ Dev mailing list [email protected] https://lists.parabolagnulinux.org/mailman/listinfo/dev
