summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21bbdd35236c..7297f3de5d68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = python-spf-engine
pkgdesc = SPF (Sender Policy Framework) back-end for Postfix and Sendmail
pkgver = 3.0.4
- pkgrel = 2
+ pkgrel = 3
url = https://launchpad.net/spf-engine
arch = any
- license = Apache
- license = GPL2
+ license = Apache-2.0
+ license = GPL-2.0-only
makedepends = python-build
makedepends = python-flit
makedepends = python-installer
diff --git a/PKGBUILD b/PKGBUILD
index 40deacb8da69..369534802d42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-spf-engine
pkgver=3.0.4
-pkgrel=2
+pkgrel=3
pkgdesc="SPF (Sender Policy Framework) back-end for Postfix and Sendmail"
arch=('any')
url="https://launchpad.net/${pkgname#*-}"
-license=('Apache'
- 'GPL2')
+license=('Apache-2.0'
+ 'GPL-2.0-only')
depends=('python-authres'
'python-pymilter>=1.0.5'
'python-pyspf>=2.0.9')