summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2021-04-06 23:52:09 -0400
committerAdam Goldsmith2021-04-06 23:52:32 -0400
commit7e9ee495cbb8a8edef3b8e4a3e88da8421849161 (patch)
tree5a6e89c0ff2a70b950dc7db47cfe22c22bf4768d
parent854d9e192c9a11bcf7e8876adac206e9052fd036 (diff)
downloadaur-7e9ee495cbb8a8edef3b8e4a3e88da8421849161.tar.gz
Replace sip and python-sip with sip4 and python-sip4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a193fe84d905..7d659bccef9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,10 +8,10 @@ pkgbase = libarcus-git
license = GPL2
makedepends = git
makedepends = cmake
- makedepends = sip
+ makedepends = sip4
depends = python
depends = protobuf
- depends = python-sip
+ depends = python-sip4
provides = arcus
provides = libarcus
conflicts = arcus
diff --git a/PKGBUILD b/PKGBUILD
index b5e4740cc6e2..6a9f13dab989 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=libarcus-git
-pkgver=r389.d0f1ac1
+pkgver=r402.6cc4cec
pkgrel=1
pkgdesc="A library designed to facilitate the communication between Cura and its backend and similar code."
arch=('i686' 'x86_64')
@@ -8,8 +8,8 @@ url="https://github.com/Ultimaker/libArcus"
license=('GPL2')
provides=('arcus' 'libarcus')
conflicts=('arcus' 'libarcus')
-depends=('python' 'protobuf' 'python-sip')
-makedepends=('git' 'cmake' 'sip')
+depends=('python' 'protobuf' 'python-sip4')
+makedepends=('git' 'cmake' 'sip4')
source=('git+https://github.com/Ultimaker/libArcus.git')
md5sums=('SKIP')