summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2023-12-17 01:43:06 -0600
committeracxz2023-12-17 01:43:06 -0600
commite4b533f8c130661c9a510936840f35182d3f2653 (patch)
tree11783550467e0f81ef4c68c55814637827b5bff5
parent341375b0fb272a65e7eae0f97fbceee122776c87 (diff)
downloadaur-e4b533f8c130661c9a510936840f35182d3f2653.tar.gz
upgpkg: stepcode 0.8.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbf7d81a84e3..d413298f8777 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stepcode
pkgdesc = Data exchange with ISO 10303. Used with IFC, STEP, and other standards to exchange data wit C++ and Python.
- pkgver = 0.8.1
+ pkgver = 0.8.2
pkgrel = 1
url = https://stepcode.github.io
arch = i686
@@ -8,7 +8,7 @@ pkgbase = stepcode
license = BSD 3-Clause
makedepends = cmake
depends = gcc
- source = stepcode-0.8.1.tar.gz::https://github.com/stepcode/stepcode/archive/v0.8.1.tar.gz
- sha256sums = ff335210ce9a8a4e9ab9ba37b368efbe132c8244d8646583ad221d0db4332437
+ source = stepcode-0.8.2.tar.gz::https://github.com/stepcode/stepcode/archive/v0.8.2.tar.gz
+ sha256sums = a0307185313a55e127db4476bf234b9ea90edfeee6ac7a57923f7608a48d91e5
pkgname = stepcode
diff --git a/PKGBUILD b/PKGBUILD
index 6201e9835227..938b78ff1205 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=stepcode
-pkgver=0.8.1
+pkgver=0.8.2
pkgrel=1
pkgdesc="Data exchange with ISO 10303. Used with IFC, STEP, and other standards
to exchange data wit C++ and Python."
@@ -10,7 +10,7 @@ license=('BSD 3-Clause')
depends=('gcc')
makedepends=('cmake')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stepcode/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('ff335210ce9a8a4e9ab9ba37b368efbe132c8244d8646583ad221d0db4332437')
+sha256sums=('a0307185313a55e127db4476bf234b9ea90edfeee6ac7a57923f7608a48d91e5')
build() {
mkdir -p "${srcdir}/${pkgname}-${pkgver}/build"