summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')