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 475b107584ee..c54cc5791cfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bc-gh
pkgdesc = Implementation of dc and POSIX bc with GNU extensions
pkgver = 6.7.5
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/gavinhoward/bc
arch = aarch64
arch = arm
@@ -9,7 +9,7 @@ pkgbase = bc-gh
arch = armv7h
arch = i686
arch = x86_64
- license = BSD
+ license = BSD-2-Clause
depends = glibc
depends = libedit
provides = bc
diff --git a/PKGBUILD b/PKGBUILD
index 3fffd186b3f5..02840047215f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname='bc-gh'
pkgver=6.7.5
-pkgrel=3
+pkgrel=4
pkgdesc='Implementation of dc and POSIX bc with GNU extensions'
arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
url='https://github.com/gavinhoward/bc'
-license=('BSD')
+license=('BSD-2-Clause') # SPDX-License-Identifier: BSD-2-Clause
provides=('bc')
conflicts=('bc')
depends=('glibc' 'libedit')