summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2016-10-16 18:33:47 +0200
committerJohannes Dewender2016-10-16 18:33:47 +0200
commit2e4e1fe8c33e7219626cb4a3aa60e2b8b6ecf059 (patch)
tree13a977b8009e75b8f31bf6f9b9b79110049d7fb9
parentc283f69ca8f1f8804d9f82878650d04ba15ffccf (diff)
downloadaur-2e4e1fe8c33e7219626cb4a3aa60e2b8b6ecf059.tar.gz
google code -> github (+ google archive)
thanks ronalde
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd300e2b9a4b..cd743cd7fee4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
+# Generated by mksrcinfo v8
+# Sun Oct 16 16:33:47 UTC 2016
pkgbase = shunit2
pkgdesc = xUnit based unit testing for Unix shell scripts
pkgver = 2.1.6
- pkgrel = 7
- url = http://code.google.com/p/shunit2/
+ pkgrel = 8
+ url = https://github.com/kward/shunit2/
arch = any
license = LGPL2.1
depends = bash
- source = http://shunit2.googlecode.com/files/shunit2-2.1.6.tgz
+ source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/shunit2/shunit2-2.1.6.tgz
md5sums = 4af955ef88c454808754939c83afa22b
pkgname = shunit2
diff --git a/PKGBUILD b/PKGBUILD
index 562088af5d35..4e300d390d20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Geoffrey Teale <g.teale@elsevier.com>
pkgname=shunit2
pkgver=2.1.6
-pkgrel=7
+pkgrel=8
pkgdesc="xUnit based unit testing for Unix shell scripts"
-url="http://code.google.com/p/shunit2/"
+url="https://github.com/kward/shunit2/"
arch=('any')
license=('LGPL2.1')
depends=('bash')
-source=(http://shunit2.googlecode.com/files/$pkgname-$pkgver.tgz)
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-$pkgver.tgz)
md5sums=('4af955ef88c454808754939c83afa22b')
check() {