summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf782241f18c..5d30d045642a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = pgtcl
pkgrel = 1
url = https://flightaware.github.io/Pgtcl/
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
depends = postgresql
depends = postgresql-libs
depends = tcl
diff --git a/PKGBUILD b/PKGBUILD
index 83acafa9e1f0..b3d4fea75037 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='Tcl client side interface to PostgreSQL (libpgtcl)'
arch=('x86_64')
url="https://flightaware.github.io/${_pkgname}/"
-license=('BSD')
+license=('BSD-3-Clause')
depends=('postgresql' 'postgresql-libs' 'tcl')
conflicts=('pgtcl-ng')
provides=('libpgtcl')