summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-05-24 15:07:10 +0100
committerGrey Christoforo2016-05-24 15:07:10 +0100
commit7181a25ce48f70c97649ba555f46d580230bf6b2 (patch)
tree49c066632035478d7e44309d433ef21b75b94662
parent0aaef0d0cac85681aab942fefdbb0229a903b69a (diff)
downloadaur-7181a25ce48f70c97649ba555f46d580230bf6b2.tar.gz
change some deps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2cc43c681dc..1f8077e8c5b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
# Generated by mksrcinfo v8
-# Tue May 24 12:58:58 UTC 2016
+# Tue May 24 14:07:06 UTC 2016
pkgbase = arcus
pkgdesc = Communication library between internal components for Ultimaker software
pkgver = 2.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Ultimaker/libArcus
arch = i686
arch = x86_64
license = GPLv3
makedepends = cmake
makedepends = python
- depends = protobuf
- depends = python-protobuf
+ makedepends = protobuf3
source = https://github.com/Ultimaker/libArcus/archive/cf2a4c25d67a0f8d470c333624306e3f88b120b1.tar.gz
md5sums = d33a765e9d65fdfd0c37a8e40d4ef819
diff --git a/PKGBUILD b/PKGBUILD
index dda677282aa7..f703460f3a4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=arcus
pkgver=2.1.0
_pkgver=cf2a4c25d67a0f8d470c333624306e3f88b120b1
-pkgrel=2
+pkgrel=3
pkgdesc="Communication library between internal components for Ultimaker software"
url="https://github.com/Ultimaker/libArcus"
arch=('i686' 'x86_64')
license=('GPLv3')
-makedepends=('cmake' 'python')
-depends=('protobuf' 'python-protobuf')
+makedepends=('cmake' 'python' 'protobuf3')
+#depends=('protobuf' 'python-protobuf')
#source=(https://github.com/Ultimaker/libArcus/archive/cf2a4c25d67a0f8d470c333624306e3f88b120b1.zip)
source=(https://github.com/Ultimaker/libArcus/archive/${_pkgver}.tar.gz)