summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-10-21 20:47:54 +0100
committerGrey Christoforo2016-10-21 20:47:54 +0100
commitd9e6eb5018a0a063572595cbc9f37d94caabd173 (patch)
tree11aa579dc9243181bcb020a4637120bd3a2c3b40
parent7a000cd1f0e8aa58e0c41264edcf2fefd2c2a4e8 (diff)
downloadaur-d9e6eb5018a0a063572595cbc9f37d94caabd173.tar.gz
bump to 2.3.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a9338ed5042..30f2f701434b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Aug 15 14:19:17 UTC 2016
+# Fri Oct 21 19:47:50 UTC 2016
pkgbase = arcus
pkgdesc = Communication library between internal components for Ultimaker software
- pkgver = 2.1.3
- pkgrel = 4
+ pkgver = 2.3.0
+ pkgrel = 1
url = https://github.com/Ultimaker/libArcus
arch = any
license = GPLv3
@@ -11,8 +11,8 @@ pkgbase = arcus
depends = python
depends = protobuf3
depends = python-sip
- source = https://github.com/Ultimaker/libArcus/archive/2.1.3.tar.gz
- md5sums = 3978cb7a0e0c173beca50ff1c699c368
+ source = https://github.com/Ultimaker/libArcus/archive/2.3.0.tar.gz
+ md5sums = 61b198b0ba5b6a1570c9f19e2e63ab95
pkgname = arcus
diff --git a/PKGBUILD b/PKGBUILD
index a8a45027df47..69daac983ed3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=arcus
-pkgver=2.1.3
-pkgrel=4
+pkgver=2.3.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' 'protobuf3' 'python-sip')
source=(https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz)
-md5sums=('3978cb7a0e0c173beca50ff1c699c368')
+md5sums=('61b198b0ba5b6a1570c9f19e2e63ab95')
build() {
cd libArcus-${pkgver}
@@ -31,11 +31,6 @@ package() {
cd libArcus-${pkgver}/build
make DESTDIR="${pkgdir}" install
- SITE_PACKAGES=$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
- mkdir -p "${pkgdir}$(dirname $SITE_PACKAGES)"
- mv "${pkgdir}/usr/lib/python3/dist-packages" "${pkgdir}${SITE_PACKAGES}"
- rm -rf "${pkgdir}/usr/lib/python3"
-
install -Dm644 "${srcdir}/libArcus-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}