Date: Wednesday, October 3, 2018 @ 22:48:51 Author: bisson Revision: 335720
upstream update Added: dnssec-anchors/trunk/LICENSE Modified: dnssec-anchors/trunk/PKGBUILD ----------+ LICENSE | 1 + PKGBUILD | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) Added: LICENSE =================================================================== --- LICENSE (rev 0) +++ LICENSE 2018-10-03 22:48:51 UTC (rev 335720) @@ -0,0 +1 @@ +The contents of this package are inelligible for copyright protection. Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-03 22:45:24 UTC (rev 335719) +++ PKGBUILD 2018-10-03 22:48:51 UTC (rev 335720) @@ -3,13 +3,15 @@ # Contributor: m4xm4n <[email protected]> pkgname=dnssec-anchors -pkgver=20170711 +pkgver=20181003 pkgrel=1 pkgdesc='DNSSEC trust anchors for the root zone' url='https://data.iana.org/root-anchors/' -license=('custom:NoCopyright') +license=('custom:none') arch=('any') makedepends=('unbound') +source=('LICENSE') +sha256sums=('dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb') prepare() { cd "${srcdir}" @@ -22,8 +24,6 @@ sed 's/ has / IN /' | sed 's/ record / /' \ > trusted-key.key - - echo 'The contents of this package are inelligible for copyright protection.' > LICENSE } package() {
