summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanne Veteläinen2023-11-25 19:39:40 +0200
committerJanne Veteläinen2023-11-25 19:39:40 +0200
commitda26abac8ecec31361928f1409302824e78cb81d (patch)
tree5780771a362d603c7436cec8ac22072fbbcd83ca
parent12199cdd2cb54c27d4eea506b7ab6f216623b27c (diff)
downloadaur-da26abac8ecec31361928f1409302824e78cb81d.tar.gz
New release
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD7
3 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38f8960cf5c2..4ffebbc3a8cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ace
pkgdesc = Framework that provides many components and patterns for developing high-performance, distributed real-time and embedded systems.
- pkgver = 7.0.3
+ pkgver = 7.1.2
pkgrel = 1
- url = https://github.com/DOCGroup/ACE_TAO/releases
+ url = https://www.dre.vanderbilt.edu/~schmidt/ACE.html
arch = i686
arch = x86_64
license = custom
conflicts = libace
options = !libtool
- source = https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-7_0_3/ACE-7.0.3.tar.gz
- sha256sums = 96998d1e710b6d88416640caeb76915518c8d85d3f10c02079bf0dd4e57cf60a
+ source = https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-7_1_2/ACE-7.1.2.tar.gz
+ sha256sums = 51bd3eb026257c5ff462a008c2837effd6b7df09f884d77fd004567c9fe7fe96
-pkgname = ace \ No newline at end of file
+pkgname = ace
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..deed26c01ec5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.pkg.tar.zst
+pkg/
+src/
+*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index f06896f82cac..c0e0a7935b65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@
# Contributor: Alex Belanger <i.caught.air@gmail.com>
pkgname=ace
-pkgver=7.0.3
+_pkgver=7_1_2
+pkgver=7.1.2
pkgrel=1
pkgdesc="Framework that provides many components and patterns for developing high-performance, distributed real-time and embedded systems."
url="https://www.dre.vanderbilt.edu/~schmidt/ACE.html"
@@ -17,8 +18,8 @@ arch=('i686' 'x86_64')
depends=()
options=(!libtool)
conflicts=('libace')
-source=("https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-7_0_3/ACE-${pkgver}.tar.gz")
-sha256sums=('96998d1e710b6d88416640caeb76915518c8d85d3f10c02079bf0dd4e57cf60a')
+source=("https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-${_pkgver}/ACE-${pkgver}.tar.gz")
+sha256sums=('51bd3eb026257c5ff462a008c2837effd6b7df09f884d77fd004567c9fe7fe96')
build() {
export ACE_ROOT=$srcdir/ACE_wrappers