summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2018-09-13 16:06:30 -0400
committerAdam Goldsmith2018-09-13 16:06:30 -0400
commit7a5eeeeca324cb2e3f54eab473f5b3aaa5f46879 (patch)
treea10f660f111c7cf737a82eb35834b5e68f92e312
parent414428e16d00fae9ef8fcd84bcce1e5c58955061 (diff)
downloadaur-7a5eeeeca324cb2e3f54eab473f5b3aaa5f46879.tar.gz
Add python-sip dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea35f23449c1..bb6ce62090c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Nov 8 05:26:01 UTC 2017
pkgbase = libarcus-git
pkgdesc = A library designed to facilitate the communication between Cura and its backend and similar code.
- pkgver = r338.e6cb33b
+ pkgver = r346.74e19d5
pkgrel = 1
url = https://github.com/Ultimaker/libArcus
arch = i686
@@ -11,7 +9,9 @@ pkgbase = libarcus-git
makedepends = git
makedepends = cmake
makedepends = sip
+ depends = python
depends = protobuf
+ depends = python-sip
provides = arcus
provides = libarcus
conflicts = arcus
diff --git a/PKGBUILD b/PKGBUILD
index a76bf230b9bf..3d94cf7a030e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=libarcus-git
-pkgver=r338.e6cb33b
+pkgver=r346.74e19d5
pkgrel=1
pkgdesc="A library designed to facilitate the communication between Cura and its backend and similar code."
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/Ultimaker/libArcus"
license=('GPL2')
provides=('arcus' 'libarcus')
conflicts=('arcus' 'libarcus')
-depends=('protobuf')
+depends=('python' 'protobuf' 'python-sip')
makedepends=('git' 'cmake' 'sip')
source=('git+https://github.com/Ultimaker/libArcus.git')
md5sums=('SKIP')