summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2016-12-04 10:36:23 -0500
committerAdam Goldsmith2016-12-04 10:36:23 -0500
commit1d5be3786142d22cd2621ea88031cadda3c21e1f (patch)
tree6f7a79bab4cd8ac4e5a452ecc229ff6ed3fa6462
parent516d8fc1bb019d9f3677e26bd04a7676da1768cb (diff)
downloadaur-1d5be3786142d22cd2621ea88031cadda3c21e1f.tar.gz
Replace protobuf3 dependency with protobuf
Since protobuf finally updated to 3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e0363bf36cb..70ddadfbfdaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 10 22:13:29 UTC 2016
+# Sun Dec 4 15:34:29 UTC 2016
pkgbase = libarcus-git
pkgdesc = A library designed to facilitate the communication between Cura and its backend and similar code.
- pkgver = r290.1269723
+ pkgver = r298.4d7ffa0
pkgrel = 1
url = https://github.com/Ultimaker/libArcus
arch = i686
@@ -10,8 +10,8 @@ pkgbase = libarcus-git
license = GPL2
makedepends = git
makedepends = cmake
- depends = protobuf3
makedepends = sip
+ depends = protobuf
provides = libarcus
conflicts = libarcus
source = git+https://github.com/Ultimaker/libArcus.git
diff --git a/PKGBUILD b/PKGBUILD
index 0e7153aabe0a..6a573053ed1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=libarcus-git
-pkgver=r290.1269723
+pkgver=r298.4d7ffa0
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=('libarcus')
conflicts=('libarcus')
-depends=('protobuf3')
+depends=('protobuf')
makedepends=('git' 'cmake' 'sip')
source=('git+https://github.com/Ultimaker/libArcus.git')
md5sums=('SKIP')