[arch-commits] Commit in arcus/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Jul 22 13:45:40 UTC 2018


    Date: Sunday, July 22, 2018 @ 13:45:40
  Author: jelle
Revision: 362827

FS#59396

Add missing dep on python-sip

Modified:
  arcus/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-22 13:45:32 UTC (rev 362826)
+++ PKGBUILD	2018-07-22 13:45:40 UTC (rev 362827)
@@ -3,13 +3,13 @@
 
 pkgname=arcus
 pkgver=3.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Communication library between internal components for Ultimaker software"
 url="https://github.com/Ultimaker/libArcus"
 arch=('x86_64')
 license=('AGPL')
-makedepends=('cmake' 'python-sip' 'sip')
-depends=('python' 'protobuf')
+makedepends=('cmake' 'sip')
+depends=('python' 'protobuf' 'python-sip')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz")
 md5sums=('ab2b7b682d1674bea7c939a9f50ad926')
 



More information about the arch-commits mailing list