updated to release version 1.3and added missing deps
This commit is contained in:
parent
8fe37b3cfd
commit
d3afb570b1
2 changed files with 12 additions and 7 deletions
9
.SRCINFO
9
.SRCINFO
|
@ -1,15 +1,16 @@
|
||||||
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.0_rc4_r8_g6b93d4e0
|
pkgver = v1.3_r11_g237ca65b7
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://open62541.org/
|
url = http://open62541.org/
|
||||||
arch = any
|
arch = any
|
||||||
license = MPL2
|
license = MPL2
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
source = git+https://github.com/open62541/open62541.git#branch=1.0
|
makedepends = git
|
||||||
|
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
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = open62541
|
pkgname = open62541
|
||||||
|
|
||||||
|
|
||||||
|
|
10
PKGBUILD
10
PKGBUILD
|
@ -1,13 +1,17 @@
|
||||||
# Maintainer: open62541 Team <open62541-core@googlegroups.com>
|
# Maintainer: open62541 Team <open62541-core@googlegroups.com>
|
||||||
branch=1.0
|
# Maintainer: Samega7Cattac <sameg7acattac@gmail.com>
|
||||||
|
branch=1.3
|
||||||
pkgname=open62541
|
pkgname=open62541
|
||||||
pkgver=v1.0_rc4_r8_g6b93d4e0
|
pkgver=v1.3_r11_g237ca65b7
|
||||||
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=('MPL2')
|
||||||
makedepends=('cmake')
|
makedepends=('cmake'
|
||||||
|
'git')
|
||||||
|
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)')
|
||||||
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