summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Schichtel2023-11-05 18:13:13 +0100
committerPhillip Schichtel2023-11-05 18:14:11 +0100
commit7047bbd33a2e1de85f2869e3fd8950d74568989b (patch)
treeed0bcb783307685985e8f43cde3c3452765c4a48
parent9f5dff6f87db8a6c82db79972071f3b90347c34b (diff)
downloadaur-7047bbd33a2e1de85f2869e3fd8950d74568989b.tar.gz
update to 2023.03
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 342fe916f495..1b3a62223042 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = can-utils
pkgdesc = Linux-CAN / SocketCAN user space applications
- pkgver = 2021.08.0
+ pkgver = 2023.03
pkgrel = 1
url = https://github.com/linux-can/can-utils
arch = x86_64
arch = armv6h
- license = GPLv2
+ license = GPL2
conflicts = can-utils-git
- source = can-utils-2021.08.0.tar.gz::https://github.com/linux-can/can-utils/archive/v2021.08.0.tar.gz
- sha256sums = c9b8f29515ad34af7f78450ec55c983abc5393e86b1f128a92ac0dfd141baaf7
+ source = can-utils-2023.03.tar.gz::https://github.com/linux-can/can-utils/archive/v2023.03.tar.gz
+ sha256sums = 2790dfb57fe3ec22b6fd512838c6480c39f7c9ae193e59f1ae01221216505a7e
pkgname = can-utils
diff --git a/PKGBUILD b/PKGBUILD
index 1288e7d44d9d..ddfee8e7fdee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Gonçalo Camelo Neves Pereira <goncalo_pereira@outlook.pt>
pkgname=can-utils
-pkgver=2021.08.0
+pkgver=2023.03
_pkgname=can-utils-${pkgver}
pkgrel=1
pkgdesc="Linux-CAN / SocketCAN user space applications"
arch=('x86_64' 'armv6h')
url="https://github.com/linux-can/can-utils"
-license=('GPLv2')
+license=('GPL2')
conflicts=("can-utils-git")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('c9b8f29515ad34af7f78450ec55c983abc5393e86b1f128a92ac0dfd141baaf7')
+sha256sums=('2790dfb57fe3ec22b6fd512838c6480c39f7c9ae193e59f1ae01221216505a7e')
build() {
cd ${pkgname}-${pkgver}