Date: Sunday, July 15, 2018 @ 13:43:35 Author: jelle Revision: 359528
upgpkg: arcus 3.4.1-1 Modified: arcus/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-15 12:50:54 UTC (rev 359527) +++ PKGBUILD 2018-07-15 13:43:35 UTC (rev 359528) @@ -2,16 +2,16 @@ # Contributor: Grey Christoforo <first name [at] last name [dot] net> pkgname=arcus -pkgver=3.3.0 +pkgver=3.4.1 pkgrel=1 pkgdesc="Communication library between internal components for Ultimaker software" url="https://github.com/Ultimaker/libArcus" arch=('x86_64') license=('AGPL') -makedepends=('cmake' 'python-sip') +makedepends=('cmake' 'python-sip' 'sip') depends=('python' 'protobuf') source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz") -md5sums=('e59893c24e7fc35977a9d3412fa7da19') +md5sums=('ab2b7b682d1674bea7c939a9f50ad926') build() { cd libArcus-${pkgver}
