summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederick Hornsey2019-01-07 00:44:09 -0600
committerFrederick Hornsey2019-01-07 00:44:09 -0600
commitd8f150ab0458fd373b73a1d2c787e11d591224d2 (patch)
tree4af146db23b5faefd93b5c2872132db8dbc7300f
parent8a96bbc05f6076426b0e91c514f56d659460c2e7 (diff)
downloadaur-d8f150ab0458fd373b73a1d2c787e11d591224d2.tar.gz
Update .SRCINFO
-rw-r--r--.AURINFO19
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD2
3 files changed, 10 insertions, 27 deletions
diff --git a/.AURINFO b/.AURINFO
deleted file mode 100644
index f98504c1e110..000000000000
--- a/.AURINFO
+++ /dev/null
@@ -1,19 +0,0 @@
-pkgbase = opendds
- pkgdesc = Open source C++ implementation of OMG Data Distribution Service (DDS)
- pkgver = 3.5.1
- pkgrel = 2
- url = http://www.opendds.org/
- install = opendds.install
- arch = i686
- arch = x86_64
- license = custom
- depends = perl
- depends = bash
- source = http://download.ociweb.com/TAO-2.2a/ACE+TAO-2.2a_with_latest_patches_NO_makefiles.tar.gz
- source = http://download.ociweb.com/OpenDDS/OpenDDS-3.5.1.tar.gz
- source = build.patch
- source = tao-cosnaming.service
- options = !buildflags
-
-pkgname = opendds
-
diff --git a/.SRCINFO b/.SRCINFO
index ed6deaf5ffd9..169383490e49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opendds
pkgdesc = Open source C++ implementation of OMG Data Distribution Service (DDS)
- pkgver = 3.5.1
- pkgrel = 2
+ pkgver = 3.13
+ pkgrel = 1
url = http://www.opendds.org/
install = opendds.install
arch = i686
@@ -9,14 +9,16 @@ pkgbase = opendds
license = custom
depends = perl
depends = bash
+ provides = ace
+ provides = tao
options = !buildflags
- source = http://download.ociweb.com/TAO-2.2a/ACE+TAO-2.2a_with_latest_patches_NO_makefiles.tar.gz
- source = http://download.ociweb.com/OpenDDS/OpenDDS-3.5.1.tar.gz
+ source = http://download.ociweb.com/TAO-2.2a_patches/ACE+TAO-2.2a_p15_complete_NO_makefiles.tar.gz
+ source = http://download.ociweb.com/OpenDDS/OpenDDS-3.13.tar.gz
source = build.patch
source = tao-cosnaming.service
- md5sums = ba295977283364c4e03375442d2c1648
- md5sums = aac9eaf951b9eabdd75c4365946f06d0
- md5sums = fe01901b585b7d52724847aab9402775
+ md5sums = 2ccae8afe84ef9978cb6a1ab21b91402
+ md5sums = 0ff8fed7b1590f460ca0d6ae3de219ec
+ md5sums = d8dda850a09ba6ba621be2eef7bc9329
md5sums = 63fba1c486fb3ed8b216e0b456b50988
pkgname = opendds
diff --git a/PKGBUILD b/PKGBUILD
index 74beb35388e4..4638784f1195 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
url="http://www.opendds.org/"
license=('custom')
depends=('perl' 'bash')
-provides=('ace', 'tao')
+provides=('ace' 'tao')
options=('!buildflags')
install=opendds.install
source=(