summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Boyce2023-12-31 12:36:58 -0500
committerGregory Boyce2023-12-31 12:36:58 -0500
commit03973d1101468a56d020c69157ed42b1859aa034 (patch)
tree204bfe415d340f2bed70c49099f206a263f32bc5
parent3ff68c35c9b4b6358135ee8b743d6ade756b29ba (diff)
downloadaur-03973d1101468a56d020c69157ed42b1859aa034.tar.gz
Updated license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5ddaadfbcbd..6256f685fabe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ntpsec
pkgdesc = Security-hardened Network Time Protocol implementation
pkgver = 1.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.ntpsec.org/
arch = i686
arch = x86_64
arch = armv7h
arch = aarch64
- license = custom
+ license = Apache-2.0,BSD-2-Clause,BSD-4-Clause,ISC,NTP,Beerware,BSD-3-Clause,CC-BY-4.0,MIT
makedepends = asciidoc
makedepends = pps-tools
makedepends = w3m
diff --git a/PKGBUILD b/PKGBUILD
index 6356c3a2fd9d..f7e6a6504f32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=ntpsec
pkgver=1.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="Security-hardened Network Time Protocol implementation"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://www.ntpsec.org/"
-license=('custom')
+license=('Apache-2.0','BSD-2-Clause','BSD-4-Clause','ISC','NTP','Beerware','BSD-3-Clause','CC-BY-4.0','MIT')
depends=('avahi' 'libbsd' 'python' 'openssl')
makedepends=('asciidoc' 'pps-tools' 'w3m' 'binutils')
optdepends=('gnuplot: for ntpviz'
@@ -65,6 +65,7 @@ package() {
install -Dm 644 build/main/etc/ntpd.service "$pkgdir/usr/lib/systemd/system/ntpd.service"
install -Dm 644 docs/copyright.text "$pkgdir/usr/share/licenses/$pkgname/COPYING"
install -Dm 644 ../ntpsec.sysusers "$pkgdir/usr/lib/sysusers.d/ntpsec.conf"
+ install -Dm 644 LICENSES/*.txt "$pkgdir/usr/share/licenses/$pkgname/"
for configfile in etc/ntp.d/*; do
install -Dm 644 "$configfile" "$pkgdir/$configfile"