From 5fefc3b2adc36910d702838fb2f83ab2b55de5fc Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Wed, 16 Oct 2019 10:26:56 -0500 Subject: licenses-20191011-1.par1: updating version --- libre/licenses/PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'libre/licenses') diff --git a/libre/licenses/PKGBUILD b/libre/licenses/PKGBUILD index 9d7f23ebd..5fb031229 100644 --- a/libre/licenses/PKGBUILD +++ b/libre/licenses/PKGBUILD @@ -7,14 +7,13 @@ # Contributor: Luke Shumaker pkgname=licenses -pkgver=20181104 +pkgver=20191011 pkgrel=1.par1 pkgdesc='Standard licenses distribution package' arch=('any') license=('custom:none') url='https://parabola.nu/' -groups=('base' 'base-openrc') -makedepends=('links') +groups=('base-openrc') conflicts=('licenses-libre') replaces=('licenses-libre') source=(apache-2.0.txt::https://www.apache.org/licenses/LICENSE-2.0.txt @@ -42,6 +41,7 @@ source=(apache-2.0.txt::https://www.apache.org/licenses/LICENSE-2.0.txt mpl-1.1.txt::https://www.mozilla.org/media/MPL/1.1/index.txt mpl-2.0.txt::https://www.mozilla.org/media/MPL/2.0/index.txt boost-1.0.txt::http://www.boost.org/LICENSE_1_0.txt + unlicense.txt::https://unlicense.org/UNLICENSE wtfpl-2.txt::http://www.wtfpl.net/txt/copying/) sha256sums=('cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30' '896318172b9bf75b9c863df45c38495a968c3e711c405ed03a2a47eb0ed896e3' @@ -68,6 +68,7 @@ sha256sums=('cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30' 'f849fc26a7a99981611a3a370e83078deb617d12a45776d6c4cada4d338be469' 'fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85' 'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566' + '7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c' '0356258391e190dc1d44ea01565cfe627fe44e27dad693a0a54c2483a7b223e5') package() { @@ -145,6 +146,9 @@ package() { mkdir Boost cp "$srcdir"/boost-1.0.txt Boost/license.txt + + mkdir Unlicense + cp "$srcdir"/unlicense.txt Unlicense/license.txt mkdir WTFPL2 cp "$srcdir"/wtfpl-2.txt WTFPL2/license.txt -- cgit v1.2.3