summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmish2023-06-21 18:47:49 +0530
committerAmish2023-06-21 18:47:49 +0530
commit2741ebb9ca27b85af9d5dcacca49b515bc55be93 (patch)
tree01510a4b03dc7bbd1304935cd2217612207f0803
parentf8a69ae1053846d8b3c24a6b97ccf2c58712ff60 (diff)
downloadaur-2741ebb9ca27b85af9d5dcacca49b515bc55be93.tar.gz
Update to 3.1.8.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
-rw-r--r--runtimeconfig.patch14
3 files changed, 12 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75cd734aaaf7..50f4737c2e23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = embridge-bin
pkgdesc = Secure channel between network applications and keys stored in hardware tokens
- pkgver = 3.1.7.0
- pkgrel = 3
+ pkgver = 3.1.8.0
+ pkgrel = 1
url = https://embridge.emudhra.com
arch = x86_64
license = custom
depends = curl
depends = libunwind
+ depends = lttng-ust2.12
depends = openssl
+ depends = icu
options = libtool
options = staticlibs
options = !strip
- source = emBridge-3.1.7.0.zip::https://resources.emudhra.com/hs/Ubuntu/latest/emBridge.zip
- source = runtimeconfig.patch
- sha512sums = cb29bafd903768194f2bf03d3c56286b97891403792dfca4b790b8841640e869b46d94514f710f7f1138871f08d2815c5946156ede38d0a107b7197dc5f5e5fc
- sha512sums = 566fdfceb9c53614b30f4ba7851f5a9de502e9cfa1e45ed7b1a804d1c6112f25944a302ba07e89f05815acb580952aed3932a81c66dd0141c1913e7d56390309
+ source = emBridge-3.1.8.0.zip::https://resources.emudhra.com/hs/Ubuntu/latest/emBridge.zip
+ sha512sums = 0fc4cd20e199eecbda93bdcb46c4b9c47b2f45334cb6810085035fa5ac3be137cd40b2f99ccf12cc157bcad5c10a63aa92b6b18bc0dd07677dcd9e5a4a2f42c3
pkgname = embridge-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3e18db5a0255..e8bad3c109b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,14 @@
# Maintainer: Amish <contact at via dot aur>
pkgname=embridge-bin
-pkgver=3.1.7.0
-pkgrel=3
+pkgver=3.1.8.0
+pkgrel=1
pkgdesc='Secure channel between network applications and keys stored in hardware tokens'
arch=(x86_64)
url='https://embridge.emudhra.com'
license=('custom')
-depends=('curl' 'libunwind' 'openssl')
-source=("emBridge-${pkgver}.zip::https://resources.emudhra.com/hs/Ubuntu/latest/emBridge.zip"
- "runtimeconfig.patch")
-sha512sums=('cb29bafd903768194f2bf03d3c56286b97891403792dfca4b790b8841640e869b46d94514f710f7f1138871f08d2815c5946156ede38d0a107b7197dc5f5e5fc'
- '566fdfceb9c53614b30f4ba7851f5a9de502e9cfa1e45ed7b1a804d1c6112f25944a302ba07e89f05815acb580952aed3932a81c66dd0141c1913e7d56390309')
+depends=('curl' 'libunwind' 'lttng-ust2.12' 'openssl' 'icu')
+source=("emBridge-${pkgver}.zip::https://resources.emudhra.com/hs/Ubuntu/latest/emBridge.zip")
+sha512sums=('0fc4cd20e199eecbda93bdcb46c4b9c47b2f45334cb6810085035fa5ac3be137cd40b2f99ccf12cc157bcad5c10a63aa92b6b18bc0dd07677dcd9e5a4a2f42c3')
options=('libtool' 'staticlibs' '!strip')
package() {
@@ -30,7 +28,7 @@ cd ~/Documents/embridge
export ASPNETCORE_ENVIRONMENT="Production"
export ASPNETCORE_HTTPS_PORT=26769
export ASPNETCORE_URLS="https://localhost.emudhra.com:26769"
+export CLR_ICU_VERSION_OVERRIDE=$(icu-config --version)
/opt/eMudhra/emBridge/emBridge
EOF
- patch -p0 -d "${pkgdir}" -i "${srcdir}"/runtimeconfig.patch
}
diff --git a/runtimeconfig.patch b/runtimeconfig.patch
deleted file mode 100644
index 08b4df28da91..000000000000
--- a/runtimeconfig.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- opt/eMudhra/emBridge/emBridge.runtimeconfig.json 2022-06-11 08:08:17.000000000 +0530
-+++ opt/eMudhra/emBridge/emBridge.runtimeconfig.json 2022-06-11 08:06:20.057235785 +0530
-@@ -12,7 +12,8 @@
- }
- ],
- "configProperties": {
-- "System.GC.Server": true
-+ "System.GC.Server": true,
-+ "System.Globalization.Invariant": true
- }
- }
--}
-\ No newline at end of file
-+}