summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2017-02-23 11:52:55 +0000
committerGrey Christoforo2017-02-23 11:52:55 +0000
commit7b93cfdc42fc2e18e55d490776d494565859c925 (patch)
treea653ebfe6f01ad868a3b0dde50b133756c33d9d7
parent49e710d32973b8aa72c22a4ff5020741a4295866 (diff)
downloadaur-7b93cfdc42fc2e18e55d490776d494565859c925.tar.gz
version bump
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e47eb3b2c15..c82540b0484d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Nov 24 16:31:16 UTC 2016
+# Thu Feb 23 11:52:51 UTC 2017
pkgbase = arcus
pkgdesc = Communication library between internal components for Ultimaker software
- pkgver = 2.3.1
- pkgrel = 2
+ pkgver = 2.4.0
+ pkgrel = 1
url = https://github.com/Ultimaker/libArcus
arch = any
license = GPLv3
@@ -11,8 +11,8 @@ pkgbase = arcus
depends = python
depends = protobuf
depends = python-sip
- source = https://github.com/Ultimaker/libArcus/archive/2.3.1.tar.gz
- md5sums = bb2ccd655de62b7d27613e275e85332a
+ source = https://github.com/Ultimaker/libArcus/archive/2.4.0.tar.gz
+ md5sums = d726e90657760488da79480be333e0c7
pkgname = arcus
diff --git a/PKGBUILD b/PKGBUILD
index 041f0495b878..dd234d99c7be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=arcus
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
pkgdesc="Communication library between internal components for Ultimaker software"
url="https://github.com/Ultimaker/libArcus"
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('GPLv3')
makedepends=('cmake')
depends=('python' 'protobuf' 'python-sip')
source=(https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz)
-md5sums=('bb2ccd655de62b7d27613e275e85332a')
+md5sums=('d726e90657760488da79480be333e0c7')
build() {
cd libArcus-${pkgver}