summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2022-03-29 18:41:05 +0200
committerMichel Zou2022-03-29 18:41:05 +0200
commit174110d7c1e1741c35acc90774a0257673a6adc2 (patch)
treeea5bf70cd6f6b35a537086fb9283377a826bcf16 /PKGBUILD
parent78489e9fe88fe0c3cdb0bab188d97569ddc7d207 (diff)
downloadaur-174110d7c1e1741c35acc90774a0257673a6adc2.tar.gz
4.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92ffd803c29d..38661879d33d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=omniorb
-pkgver=4.2.4
+pkgver=4.3.0
pkgrel=1
pkgdesc="A CORBA object request broker for C++ and Python."
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
url="http://omniorb.sourceforge.net/"
license=('GPL2' 'LGPL2')
depends=('python')
makedepends=('pkgconfig')
source=(http://downloads.sourceforge.net/omniorb/omniORB-${pkgver}.tar.bz2)
-sha256sums=('28c01cd0df76c1e81524ca369dc9e6e75f57dc70f30688c99c67926e4bdc7a6f')
+sha256sums=('976045a2341f4e9a85068b21f4bd928993292933eeecefea372db09e0219eadd')
build() {
cd "${srcdir}/omniORB-${pkgver}"