summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Lucas2019-10-19 20:56:20 -0400
committerJean Lucas2019-10-19 20:56:20 -0400
commit00dd2c575767730d37cca5518f82e9bd3c17975e (patch)
tree02f9939a48b800a3c9510c8cbe5441142f17b245
parent04a84819e6b3cc255357d09f5a5b38b3034729d3 (diff)
downloadaur-00dd2c575767730d37cca5518f82e9bd3c17975e.tar.gz
Update licenses
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 426f1f7a455e..9b22f3bafcf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = opensmtpd-extras-git
pkgdesc = Additional queues, schedulers, and tables for OpenSMTPD (Git)
pkgver = 0+r604+36cc595
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/OpenSMTPD/OpenSMTPD-extras
arch = i686
arch = x86_64
- license = custom:ISC
- license = custom:BSD
+ license = ISC
+ license = BSD
+ license = BSD3
license = custom:Public Domain
- license = custom:ISC-style
+ license = custom:ISC-like
makedepends = git
makedepends = libevent
makedepends = python2
diff --git a/PKGBUILD b/PKGBUILD
index e74b173aea5f..8463831266c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=opensmtpd-extras-git
_pkgname=OpenSMTPD-extras
pkgver=0+r604+36cc595
-pkgrel=2
+pkgrel=3
pkgdesc='Additional queues, schedulers, and tables for OpenSMTPD (Git)'
arch=(i686 x86_64)
url=https://github.com/OpenSMTPD/OpenSMTPD-extras
-license=(custom:ISC custom:BSD 'custom:Public Domain' custom:ISC-style)
+license=(ISC BSD BSD3 'custom:Public Domain' custom:ISC-like)
makedepends=(git libevent python2 postgresql-libs mariadb-libs hiredis)
optdepends=(
'libevent: for table-python support'