summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30f2f701434b..6584f030cd31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Oct 21 19:47:50 UTC 2016
+# Mon Nov 14 17:46:30 UTC 2016
pkgbase = arcus
pkgdesc = Communication library between internal components for Ultimaker software
- pkgver = 2.3.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://github.com/Ultimaker/libArcus
arch = any
@@ -11,8 +11,8 @@ pkgbase = arcus
depends = python
depends = protobuf3
depends = python-sip
- source = https://github.com/Ultimaker/libArcus/archive/2.3.0.tar.gz
- md5sums = 61b198b0ba5b6a1570c9f19e2e63ab95
+ source = https://github.com/Ultimaker/libArcus/archive/2.3.1.tar.gz
+ md5sums = bb2ccd655de62b7d27613e275e85332a
pkgname = arcus
diff --git a/PKGBUILD b/PKGBUILD
index 5564d1ba5b1e..117ab27c153f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=arcus
-pkgver=2.3.0
+pkgver=2.3.1
pkgrel=1
pkgdesc="Communication library between internal components for Ultimaker software"
url="https://github.com/Ultimaker/libArcus"
@@ -12,7 +12,7 @@ license=('GPLv3')
makedepends=('cmake')
depends=('python' 'protobuf3' 'python-sip')
source=(https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz)
-md5sums=('61b198b0ba5b6a1570c9f19e2e63ab95')
+md5sums=('bb2ccd655de62b7d27613e275e85332a')
build() {
cd libArcus-${pkgver}