summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr2016-08-11 18:46:16 -0700
committerDonald Carr2016-08-11 18:48:06 -0700
commite6367ac6e1d037a595d23f65a9c294349f4d37d4 (patch)
treea30ae9996899ea383aac6fbb0d046367cf5051da
parent2f3c0daf4984b4ed57fa6e23052bfc14817da07d (diff)
downloadaur-e6367ac6e1d037a595d23f65a9c294349f4d37d4.tar.gz
Conflict with pi-launcher
Change-Id: I883e421d15adef06a074e92c8f720e3446dffddf
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fb3378a6149..3f18929d286d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Aug 12 01:44:20 UTC 2016
+# Fri Aug 12 01:48:00 UTC 2016
pkgbase = artriculate
pkgdesc = QML box2d application for displaying artwork
pkgver = 0.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/sirspudd/artriculate
arch = any
license = GPL3
depends = qt5-declarative
depends = qml-box2d
+ conflicts = pi-launcher
source = git://github.com/sirspudd/artriculate#tag=0.1
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5b9fed53aca0..129a741c288a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,9 @@
# Uncomment for a debug build
#_qmake_args="CONFIG+=debug"
pkgname=artriculate
+conflicts=('pi-launcher')
pkgver=0.1
-pkgrel=3
+pkgrel=4
pkgdesc='QML box2d application for displaying artwork'
arch=('any')
url='https://github.com/sirspudd/artriculate'