summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoncalo Camelo Neves Pereira2019-11-22 10:00:48 +0000
committerGoncalo Camelo Neves Pereira2019-11-22 10:00:48 +0000
commit858b2375f6b0b3024e6b0cca2bdf20c13bbefb27 (patch)
treed019455d103e50493371f74c523d62eb3334d3dc
parenta077d836abe2ff89b36580991e844af77ae9f118 (diff)
downloadaur-858b2375f6b0b3024e6b0cca2bdf20c13bbefb27.tar.gz
Revert "updated to 3.14"
This reverts commit a077d836abe2ff89b36580991e844af77ae9f118.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5928e5a68115..f8f3b49ade7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opendds
pkgdesc = Open source C++ implementation of OMG Data Distribution Service (DDS)
- pkgver = 3.14
+ pkgver = 3.13.3
pkgrel = 1
url = http://www.opendds.org/
install = opendds.install
@@ -12,10 +12,10 @@ pkgbase = opendds
provides = ace
provides = tao
options = !buildflags
- source = https://github.com/objectcomputing/OpenDDS/archive/DDS-3.14-pre2.tar.gz
+ source = https://github.com/objectcomputing/OpenDDS/releases/download/DDS-3.13.3/OpenDDS-3.13.3.tar.gz
source = build.patch
source = tao-cosnaming.service
- sha256sums = SKIP
+ sha256sums = 2f0600fb1bdeea0f8e8b6d1720f0552d20d5a3ea983c1c329095f9940dfa402c
sha256sums = 17b1846d2c98daf4e51924a0deab767651ed29821a516414693363ee949614d8
sha256sums = 2b8af1b2ce852a6bf79a4cdaa6e975b4668f82d56f1bde0b70446b8ce328bd1d
diff --git a/PKGBUILD b/PKGBUILD
index f3791267fe39..2da025ab3576 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Former Maintainer: Brian Bidulock <bidulock@openss7.org>
#
pkgname=opendds
-pkgver=3.14
+pkgver=3.13.3
pkgrel=1
pkgdesc="Open source C++ implementation of OMG Data Distribution Service (DDS)"
arch=('i686' 'x86_64')
@@ -13,13 +13,13 @@ provides=('ace' 'tao')
options=('!buildflags')
install=opendds.install
source=(
- "https://github.com/objectcomputing/OpenDDS/archive/DDS-${pkgver}-pre2.tar.gz"
+ "https://github.com/objectcomputing/OpenDDS/releases/download/DDS-${pkgver}/OpenDDS-${pkgver}.tar.gz"
build.patch
tao-cosnaming.service
)
sha256sums=(
# OpenDDS-VERSION.tar.gz
- '3b98fca20ddb78e157895b7dbc9daaffe526d5c1a1c6e2f28fc46f7b559648ea'
+ '2f0600fb1bdeea0f8e8b6d1720f0552d20d5a3ea983c1c329095f9940dfa402c'
# build.patch
'17b1846d2c98daf4e51924a0deab767651ed29821a516414693363ee949614d8'
# tao-cosnaming.service
@@ -28,7 +28,7 @@ sha256sums=(
prepare() {
cd "$srcdir"
- mv "OpenDDS-DDS-$pkgver-pre2" OpenDDS
+ mv "OpenDDS-$pkgver" OpenDDS
#patch -Np1 -b -z .orig -i ../build.patch
}