summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2024-03-01 16:01:21 +0800
committertaotieren2024-03-01 16:01:21 +0800
commit47bcd1de314f249ba385e02dbf27bcc4571abaae (patch)
tree29467484b3c0c194cdf8bab493a97835d8ce5a42
parented040365b9dca952c58dbf29a252bb50287c5672 (diff)
downloadaur-cangaroo.tar.gz
[lilac] updated to 0.2.2.r64.gca7f907-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 069811970396..e13ad45d1606 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = cangaroo
pkgdesc = Open source can bus analyzer software - with support for CANable / CANable2, CANFD, and other new features
pkgver = 0.2.2.r64.gca7f907
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/normaldotcom/cangaroo
arch = aarch64
arch = riscv64
arch = x86_64
- license = GPL
+ license = GPL-2.0-only
makedepends = git
depends = libnl
depends = qt5-charts
diff --git a/PKGBUILD b/PKGBUILD
index 737df9c50eea..6a1c3ff2e08a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=cangaroo
pkgver=0.2.2.r64.gca7f907
-pkgrel=1
+pkgrel=3
pkgdesc="Open source can bus analyzer software - with support for CANable / CANable2, CANFD, and other new features"
arch=(aarch64
riscv64
x86_64)
-license=('GPL')
+license=('GPL-2.0-only')
depends=(
libnl
qt5-charts