summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b19075f140cd..a47b8ded0897 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = coda-bits-git
pkgdesc = Bits & pieces of information about CODA VPUs
pkgver = r11.61c8cc4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pH5/coda-bits
arch = x86_64
- license = ISC
+ license = custom:0BSD
makedepends = git
makedepends = meson
depends = glibc
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")