summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-05-24 13:59:18 +0100
committerGrey Christoforo2016-05-24 13:59:18 +0100
commit0aaef0d0cac85681aab942fefdbb0229a903b69a (patch)
tree1e3c84a0c5148d5b3a756e590654b5a550f462f4
parent34c5d41f3686d8c5b06d3cfe44295ef897afa753 (diff)
downloadaur-0aaef0d0cac85681aab942fefdbb0229a903b69a.tar.gz
switch to protobuf2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0efeac9eb52e..a2cc43c681dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Tue May 24 12:17:21 UTC 2016
+# Tue May 24 12:58:58 UTC 2016
pkgbase = arcus
pkgdesc = Communication library between internal components for Ultimaker software
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Ultimaker/libArcus
arch = i686
arch = x86_64
license = GPLv3
makedepends = cmake
makedepends = python
- depends = protobuf3
- depends = python-protobuf3
+ depends = protobuf
+ depends = python-protobuf
source = https://github.com/Ultimaker/libArcus/archive/cf2a4c25d67a0f8d470c333624306e3f88b120b1.tar.gz
md5sums = d33a765e9d65fdfd0c37a8e40d4ef819
diff --git a/PKGBUILD b/PKGBUILD
index 5d7a8f5a896f..dda677282aa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=arcus
pkgver=2.1.0
_pkgver=cf2a4c25d67a0f8d470c333624306e3f88b120b1
-pkgrel=1
+pkgrel=2
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=('protobuf3' '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)