summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrdotx2024-05-02 15:43:12 +0200
committermrdotx2024-05-02 15:43:12 +0200
commita4efea3879dbf552733b322809d0c32d2e6fccef (patch)
tree2190b8a88ca9f6c8ccbfce60168073823537a8a8
parenta13aa3369a6007b3cf01dd1d193a9dc53e387ab5 (diff)
downloadaur-a4efea3879dbf552733b322809d0c32d2e6fccef.tar.gz
add SPDX license identifier and update to version 0.5.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b98d5ae43224..0e768136c532 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cinfo
pkgdesc = a fast and minimal system information tool for linux-based operating systems
- pkgver = 0.5.5
+ pkgver = 0.5.6
pkgrel = 1
url = https://github.com/mrdotx/cinfo
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = cinfo
arch = pentium4
arch = armv7h
arch = aarch64
- license = GPL3
+ license = GPL-3.0-or-later
provides = cinfo
conflicts = cinfo
- source = cinfo-0.5.5.tar.gz::https://github.com/mrdotx/cinfo/archive/refs/tags/v0.5.5.tar.gz
- b2sums = 218d2f4ceedd83fbcd16c3f5d04d00c35c1d2a04dbf790f75cab701776be7ef1c91f63ff1a724fe68346d9472aca21093813e4fe6a147d2f98a883bd2d4d55be
+ source = cinfo-0.5.6.tar.gz::https://github.com/mrdotx/cinfo/archive/refs/tags/v0.5.6.tar.gz
+ b2sums = 59038a2261d4ab6427fea3692b750c0fac4cf8088755a4cc01bcf82d463ebc048c19832a63b741cb766282b455d5c0db4b68d6eb0e8a7740dbd15b604d498037
pkgname = cinfo
diff --git a/PKGBUILD b/PKGBUILD
index 41a677e2abb7..7d708172b7a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: mrdotx <klassiker@gmx.de>
pkgname=cinfo
-pkgver=0.5.5
+pkgver=0.5.6
pkgrel=1
pkgdesc="a fast and minimal system information tool for linux-based operating systems"
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
url='https://github.com/mrdotx/cinfo'
-license=('GPL3')
+license=('GPL-3.0-or-later')
provides=('cinfo')
conflicts=('cinfo')
source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-b2sums=('218d2f4ceedd83fbcd16c3f5d04d00c35c1d2a04dbf790f75cab701776be7ef1c91f63ff1a724fe68346d9472aca21093813e4fe6a147d2f98a883bd2d4d55be')
+b2sums=('59038a2261d4ab6427fea3692b750c0fac4cf8088755a4cc01bcf82d463ebc048c19832a63b741cb766282b455d5c0db4b68d6eb0e8a7740dbd15b604d498037')
package() {
cd "$pkgname-$pkgver"