summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortinywrkb2019-09-20 01:33:46 +0300
committertinywrkb2019-09-20 01:33:46 +0300
commit0d3420abf4ca9fc85fc3906e26d3b79182206474 (patch)
treecf7fffe852290c364da44aa3ff13b11b08690ff5 /PKGBUILD
parente599e95a3673d7448a7b6042bfab935a07d0047e (diff)
downloadaur-0d3420abf4ca9fc85fc3906e26d3b79182206474.tar.gz
correct package license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14e0bc5e83be..613615ad68e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pkgname=coda-bits
pkgname=${_pkgname}-git
pkgver=r11.61c8cc4
-pkgrel=1
+pkgrel=2
pkgdesc="Bits & pieces of information about CODA VPUs"
arch=(x86_64)
url="https://github.com/pH5/${_pkgname}"
-license=(ISC)
+license=('custom:0BSD')
depends=(glibc)
makedepends=(git meson)
source=("${_pkgname}::git+${url}.git")