bump to 1.4.2 (with some fixes from namcap)
This commit is contained in:
parent
d3afb570b1
commit
13b4ae0b75
2 changed files with 15 additions and 10 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,15 +1,17 @@
|
||||||
pkgbase = open62541
|
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.
|
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
|
pkgrel = 1
|
||||||
url = http://open62541.org/
|
url = http://open62541.org/
|
||||||
arch = any
|
arch = any
|
||||||
license = MPL2
|
license = MPL-2.0
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
makedepends = git
|
makedepends = git
|
||||||
|
makedepends = python
|
||||||
optdepends = openssl: OpenSSL encryption backend (set UA_ENABLE_ENCRYPTION=OPENSSL on environment variable OPEN62541_CMAKE_FLAGS)
|
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)
|
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
|
md5sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
|
|
17
PKGBUILD
17
PKGBUILD
|
@ -1,17 +1,20 @@
|
||||||
# Maintainer: open62541 Team <open62541-core@googlegroups.com>
|
# Maintainer: qwjyh <urataw421@gmail.com>
|
||||||
# Maintainer: Samega7Cattac <sameg7acattac@gmail.com>
|
# Contributor: open62541 Team <open62541-core@googlegroups.com>
|
||||||
branch=1.3
|
# Contributor: Samega7Cattac <sameg7acattac@gmail.com>
|
||||||
|
branch=1.4
|
||||||
pkgname=open62541
|
pkgname=open62541
|
||||||
pkgver=v1.3_r11_g237ca65b7
|
pkgver=v1.4.12_r23_g7adf88dc3
|
||||||
pkgrel=1
|
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."
|
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')
|
arch=('any')
|
||||||
url="http://open62541.org/"
|
url="http://open62541.org/"
|
||||||
license=('MPL2')
|
license=('MPL-2.0')
|
||||||
makedepends=('cmake'
|
makedepends=('cmake'
|
||||||
'git')
|
'git'
|
||||||
|
'python')
|
||||||
optdepends=('openssl: OpenSSL encryption backend (set UA_ENABLE_ENCRYPTION=OPENSSL on environment variable OPEN62541_CMAKE_FLAGS)'
|
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")
|
source=("git+https://github.com/open62541/open62541.git#branch=$branch")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue