From 13b4ae0b755f229bf2425f6354f612f0ffe59bd4 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Sun, 8 Jun 2025 08:34:49 +0900 Subject: [PATCH] bump to 1.4.2 (with some fixes from namcap) --- .SRCINFO | 8 +++++--- PKGBUILD | 17 ++++++++++------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f9e846b..a6c6cf4 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,15 +1,17 @@ pkgbase = open62541 pkgdesc = An open source and free implementation of OPC Unified Architecture written in the common subset of the C99 and C++98 languages. - pkgver = v1.3_r11_g237ca65b7 + pkgver = v1.4.12_r23_g7adf88dc3 pkgrel = 1 url = http://open62541.org/ arch = any - license = MPL2 + license = MPL-2.0 makedepends = cmake makedepends = git + makedepends = python optdepends = openssl: OpenSSL encryption backend (set UA_ENABLE_ENCRYPTION=OPENSSL on environment variable OPEN62541_CMAKE_FLAGS) optdepends = mbedtls: mbed TLS encryption backend (set UA_ENABLE_ENCRYPTION=MBEDTLS on environment variable OPEN62541_CMAKE_FLAGS) - source = git+https://github.com/open62541/open62541.git#branch=1.3 + optdepends = graphviz: For document generation + source = git+https://github.com/open62541/open62541.git#branch=1.4 md5sums = SKIP sha256sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 7f3d35b..8f6fd67 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,17 +1,20 @@ -# Maintainer: open62541 Team -# Maintainer: Samega7Cattac -branch=1.3 +# Maintainer: qwjyh +# Contributor: open62541 Team +# Contributor: Samega7Cattac +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')