summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2019-10-28 00:19:36 +0200
committerAdrian Perez de Castro2019-10-28 00:19:36 +0200
commit825573d0768ab351bf949a363c18da251980e6e9 (patch)
tree045469f5bec770c1ded2fadda036e41847148496 /PKGBUILD
parentbe5929d915852527804952b8e15c9d5c0af9ff8b (diff)
downloadaur-ksql.tar.gz
Change declared license to the ISC license
Set the license to "custom:ISC", as that is the correct one for the package.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f697e4b3c300..c84f34b1925d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=ksql
pkgdesc='Wrapper for the SQLite C interface focusing on ease correct usage and data integrity'
pkgver=0.3.5
-pkgrel=1
+pkgrel=2
arch=(x86_64)
-url='https://kristaps.bsd.lv/ksql/'
+url=https://kristaps.bsd.lv/ksql/
depends=(sqlite)
-license=(custom:BSD)
+license=(custom:ISC)
source=("https://kristaps.bsd.lv/ksql/snapshots/${pkgname}-${pkgver}.tar.gz")
sha512sums=('9550693089217f741d9af6c5e3c868ec5c1e88bde0d8ddfa6bb28eb2e94c77b7dc8dc7a145a19d36ab3a4ffc0cb95dd30e7c46f284bccb6c0420a710c9d44aed')