summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2018-02-20 06:16:36 +0900
committerGrey Christoforo2018-02-20 06:16:36 +0900
commitb0f6dec2410ac4b2861789f3889e21376ff0b8f6 (patch)
tree6d9f6fa0228ae5693b7065cf8ebd9802ca8a47e5
parenta9a39f114a7a593acf066b5886e4d51c9fd5504e (diff)
downloadaur-b0f6dec2410ac4b2861789f3889e21376ff0b8f6.tar.gz
version bump
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD18
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1707748c09a4..11586425348d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Aug 24 08:36:51 UTC 2017
+# Mon Feb 19 21:16:32 UTC 2018
pkgbase = oce
pkgdesc = Open CASCADE Community Edition: patches/improvements/experiments contributed by users over the official Open CASCADE library.
- pkgver = 0.18.2
- pkgrel = 2
+ pkgver = 0.18.3
+ pkgrel = 1
url = https://github.com/tpaviot/oce
arch = i686
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = oce
depends = freeimage
depends = tk
depends = glu
- source = https://github.com/tpaviot/oce/archive/OCE-0.18.2.tar.gz
+ source = https://github.com/tpaviot/oce/archive/OCE-0.18.3.tar.gz
source = 99_oce.sh
source = 99_oce.conf
- md5sums = 6dfd68e459e2c62387579888a867281f
+ md5sums = 1686393c8493bbbb2f3f242330b33cba
md5sums = 606e400a97d9947459e4de2eca65f04c
md5sums = 167a9f5c94a16d7855c3ac99e34a4506
diff --git a/PKGBUILD b/PKGBUILD
index 8b05e7e59b0a..61c61a005111 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
+# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=oce
-pkgver=0.18.2
-pkgrel=2
+pkgver=0.18.3
+pkgrel=1
pkgdesc="Open CASCADE Community Edition: patches/improvements/experiments contributed by users over the official Open CASCADE library."
url="https://github.com/tpaviot/oce"
arch=('i686' 'x86_64')
@@ -10,15 +10,15 @@ license=('GPLv2.1')
makedepends=('cmake')
depends=('intel-tbb' 'gl2ps' 'freeimage' 'tk' 'glu')
source=(https://github.com/tpaviot/${pkgname}/archive/OCE-${pkgver}.tar.gz 99_oce.sh 99_oce.conf)
-md5sums=('6dfd68e459e2c62387579888a867281f'
+md5sums=('1686393c8493bbbb2f3f242330b33cba'
'606e400a97d9947459e4de2eca65f04c'
'167a9f5c94a16d7855c3ac99e34a4506')
-prepare() {
- if [ ! -e "/usr/include/xlocale.h" ]; then
- sed -i 's, #include <xlocale.h>, #include <locale.h>,g' "oce-OCE-${pkgver}/src/Standard/Standard_CLocaleSentry.hxx"
- fi
-}
+#prepare() {
+ #if [ ! -e "/usr/include/xlocale.h" ]; then
+ # sed -i 's, #include <xlocale.h>, #include <locale.h>,g' "oce-OCE-${pkgver}/src/Standard/Standard_CLocaleSentry.hxx"
+ #fi
+#}
build() {
cd oce-OCE-${pkgver}