summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2017-08-04 17:05:00 -0400
committerAdam Goldsmith2017-08-04 17:05:00 -0400
commit08a9791b082a6fe5a7903d33b74ba0fb1d3cc0a1 (patch)
treeda01f26d0117b1c12121b73cfdb27acc5acce0d5
parent1d5be3786142d22cd2621ea88031cadda3c21e1f (diff)
downloadaur-08a9791b082a6fe5a7903d33b74ba0fb1d3cc0a1.tar.gz
Add arcus to 'provides' and 'conflicts'
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70ddadfbfdaf..585c5c4e4792 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 4 15:34:29 UTC 2016
+# Fri Aug 4 21:04:54 UTC 2017
pkgbase = libarcus-git
pkgdesc = A library designed to facilitate the communication between Cura and its backend and similar code.
- pkgver = r298.4d7ffa0
+ pkgver = r329.ecf6995
pkgrel = 1
url = https://github.com/Ultimaker/libArcus
arch = i686
@@ -12,7 +12,9 @@ pkgbase = libarcus-git
makedepends = cmake
makedepends = sip
depends = protobuf
+ provides = arcus
provides = libarcus
+ conflicts = arcus
conflicts = libarcus
source = git+https://github.com/Ultimaker/libArcus.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6a573053ed1e..863fb96fc33d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=libarcus-git
-pkgver=r298.4d7ffa0
+pkgver=r329.ecf6995
pkgrel=1
pkgdesc="A library designed to facilitate the communication between Cura and its backend and similar code."
arch=('i686' 'x86_64')
url="https://github.com/Ultimaker/libArcus"
license=('GPL2')
-provides=('libarcus')
-conflicts=('libarcus')
+provides=('arcus' 'libarcus')
+conflicts=('arcus' 'libarcus')
depends=('protobuf')
makedepends=('git' 'cmake' 'sip')
source=('git+https://github.com/Ultimaker/libArcus.git')