summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryozi2017-05-01 23:45:04 +0200
committeryozi2017-05-01 23:45:04 +0200
commit02a89d5d5d5b85384b09dfe1c482f190dcaa7dc4 (patch)
tree891e1830c524d209b5e134747938ae8b74ea754d
parent318edb2674ff90317e50c507a4b625d73e19b95e (diff)
downloadaur-02a89d5d5d5b85384b09dfe1c482f190dcaa7dc4.tar.gz
Update source array with new name of license file
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 336314c61238..d10db979c470 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Mon May 1 18:20:35 UTC 2017
+# Mon May 1 21:43:59 UTC 2017
pkgbase = libcatch-cpp-headers
pkgdesc = C++-native framework for unit-tests using only a header file
pkgver = 1.9.3
- pkgrel = 1
+ pkgrel = 2
url = http://catch-lib.net
arch = any
license = custom:BSL
source = https://raw.githubusercontent.com/philsquared/Catch/v1.9.3/single_include/catch.hpp
- source = LICENSE::https://raw.githubusercontent.com/philsquared/Catch/v1.9.3/LICENSE_1_0.txt
+ source = LICENSE::https://raw.githubusercontent.com/philsquared/Catch/v1.9.3/LICENSE.txt
sha256sums = add614987e6215a2a095410765f5e5ac17f3b4f4019e9aad01e49a551b9f03ea
sha256sums = c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566
diff --git a/PKGBUILD b/PKGBUILD
index 47ea6781773e..4b15bb48b186 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Bernd Amend <bernd.amend+extension_system gmail com>
pkgname='libcatch-cpp-headers'
pkgver=1.9.3
-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/v${pkgver}/LICENSE_1_0.txt")
+ "LICENSE::https://raw.githubusercontent.com/philsquared/Catch/v${pkgver}/LICENSE.txt")
sha256sums=('add614987e6215a2a095410765f5e5ac17f3b4f4019e9aad01e49a551b9f03ea'
'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566')