summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin2017-05-16 16:50:32 +0200
committerGavin2017-05-16 16:50:32 +0200
commit97ede939bddec6122a321c8ced7043726e636b41 (patch)
treec5f777547a79c145671e581c1cc55110eeff3231
parentcddb0da19c79ef7413edcf2b117e3889014c8ec8 (diff)
downloadaur-97ede939bddec6122a321c8ced7043726e636b41.tar.gz
Updated to version 1.6.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ecc02348ea0..40162ea805f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# Mon Jan 25 11:03:11 UTC 2016
pkgbase = angularjs
pkgdesc = An open-source JavaScript framework, whose goal is to augment browser-based applications with model–view–controller (MVC) capability, in an effort to make both development and testing easier.
- pkgver = 1.4.9
+ pkgver = 1.6.4
pkgrel = 1
url = http://angularjs.org
arch = any
license = MIT
depends = jquery
- source = https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angular.js
- source = https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angular.min.js
- md5sums = 9e75fabc0b1b629ec2283975719c5494
- md5sums = 9324788c75670e5a821cd5d2355f0754
+ source = https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.js
+ source = https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js
+ md5sums = 9178813723c9000e94ada81fb96bf544
+ md5sums = be6af23e2a716c006da75d0291784254
pkgname = angularjs
diff --git a/PKGBUILD b/PKGBUILD
index 948e5a48608f..3daf2df0a5e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gavin Costello <gavcos at gmail dot com>
# Contributor:
pkgname=angularjs
-pkgver=1.4.9
+pkgver=1.6.4
pkgrel=1
pkgdesc="An open-source JavaScript framework, whose goal is to augment browser-based applications with model–view–controller (MVC) capability, in an effort to make both development and testing easier."
arch=(any)
@@ -9,7 +9,7 @@ url="http://angularjs.org"
license=('MIT')
depends=('jquery')
source=("https://ajax.googleapis.com/ajax/libs/${pkgname}/${pkgver}/angular.js" "https://ajax.googleapis.com/ajax/libs/${pkgname}/${pkgver}/angular.min.js")
-md5sums=('9e75fabc0b1b629ec2283975719c5494' '9324788c75670e5a821cd5d2355f0754')
+md5sums=('9178813723c9000e94ada81fb96bf544' 'be6af23e2a716c006da75d0291784254')
package() {
cd "${srcdir}"