summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'