bump to 1.4.2 (with some fixes from namcap)

This commit is contained in:
qwjyh 2025-06-08 08:34:49 +09:00
parent d3afb570b1
commit 13b4ae0b75
2 changed files with 15 additions and 10 deletions

View file

@ -1,17 +1,20 @@
# Maintainer: open62541 Team <open62541-core@googlegroups.com>
# Maintainer: Samega7Cattac <sameg7acattac@gmail.com>
branch=1.3
# Maintainer: qwjyh <urataw421@gmail.com>
# Contributor: open62541 Team <open62541-core@googlegroups.com>
# Contributor: Samega7Cattac <sameg7acattac@gmail.com>
branch=1.4
pkgname=open62541
pkgver=v1.3_r11_g237ca65b7
pkgver=v1.4.12_r23_g7adf88dc3
pkgrel=1
pkgdesc="An open source and free implementation of OPC Unified Architecture written in the common subset of the C99 and C++98 languages."
arch=('any')
url="http://open62541.org/"
license=('MPL2')
license=('MPL-2.0')
makedepends=('cmake'
'git')
'git'
'python')
optdepends=('openssl: OpenSSL encryption backend (set UA_ENABLE_ENCRYPTION=OPENSSL on environment variable OPEN62541_CMAKE_FLAGS)'
'mbedtls: mbed TLS encryption backend (set UA_ENABLE_ENCRYPTION=MBEDTLS on environment variable OPEN62541_CMAKE_FLAGS)')
'mbedtls: mbed TLS encryption backend (set UA_ENABLE_ENCRYPTION=MBEDTLS on environment variable OPEN62541_CMAKE_FLAGS)'
'graphviz: For document generation')
source=("git+https://github.com/open62541/open62541.git#branch=$branch")
md5sums=('SKIP')
sha256sums=('SKIP')