summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 079b036f0950..e50f2f120be7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Thu Mar 2 22:29:41 UTC 2017
+# Mon Mar 6 18:26:12 UTC 2017
pkgbase = libcatch-cpp-headers
pkgdesc = C++-native framework for unit-tests using only a header file
pkgver = 1.8.1
- pkgrel = 1
+ pkgrel = 2
url = http://catch-lib.net
arch = any
license = custom:BSL
source = https://raw.githubusercontent.com/philsquared/Catch/v1.8.1/single_include/catch.hpp
- source = LICENSE::https://raw.githubusercontent.com/philsquared/Catch/1.8.1/LICENSE_1_0.txt
+ source = LICENSE::https://raw.githubusercontent.com/philsquared/Catch/v1.8.1/LICENSE_1_0.txt
sha256sums = 41fe98b85ac08515229d9a31d6c12906a3644ddac9665c58db70d9d61bcb9667
sha256sums = c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566
diff --git a/PKGBUILD b/PKGBUILD
index 4fa99e35f2ad..7944f03108ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Bernd Amend <bernd.amend+extension_system gmail com>
pkgname='libcatch-cpp-headers'
pkgver=1.8.1
-pkgrel=1
+pkgrel=2
pkgdesc='C++-native framework for unit-tests using only a header file'
arch=(any)
url='http://catch-lib.net'
license=('custom:BSL')
source=("https://raw.githubusercontent.com/philsquared/Catch/v${pkgver}/single_include/catch.hpp"
- "LICENSE::https://raw.githubusercontent.com/philsquared/Catch/${pkgver}/LICENSE_1_0.txt")
+ "LICENSE::https://raw.githubusercontent.com/philsquared/Catch/v${pkgver}/LICENSE_1_0.txt")
sha256sums=('41fe98b85ac08515229d9a31d6c12906a3644ddac9665c58db70d9d61bcb9667'
'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566')