summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-05-08 17:16:35 -0600
committerBrian Bidulock2015-06-10 06:40:10 -0600
commit20e590c1021c7d982f01be9495a0a7c6a829ceb8 (patch)
treecf9ae1ebd425801a68a4802723e1279919fbc01b
parent791706a7a30154add03cfc7a7430edc394cf16be (diff)
downloadaur-20e590c1021c7d982f01be9495a0a7c6a829ceb8.tar.gz
version 0.9.0.beta1.r78.g67ef13e-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0d857499c62..53f0389cfc2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = konstruktor-git
pkgdesc = A LDraw-based virtual LEGO(r) CAD for KDE 5.
pkgver = 0.9.0.beta1.r78.g67ef13e
- pkgrel = 1
+ pkgrel = 2
url = http://opendesktop.org/content/show.php?content=138138
install = konstruktor-git.install
arch = i686
@@ -16,6 +16,8 @@ pkgbase = konstruktor-git
depends = glu
depends = povray
depends = ldraw-parts-library
+ provides = konstruktor
+ conflicts = konstruktor
source = konstruktor-git::git+https://github.com/segfault87/Konstruktor.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4472b8b96c18..90d601445006 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,15 @@
pkgname=konstruktor-git
pkgver=0.9.0.beta1.r78.g67ef13e
-pkgrel=1
+pkgrel=2
pkgdesc="A LDraw-based virtual LEGO(r) CAD for KDE 5."
arch=('i686' 'x86_64')
url="http://opendesktop.org/content/show.php?content=138138"
depends=('kdebase-runtime' 'qt5-base' 'glu' 'povray' 'ldraw-parts-library')
makedepends=('cmake' 'automoc4' 'git' 'qt5-tools')
license=('GPL')
+provides=('konstruktor')
+conflicts=('konstruktor')
install="$pkgname.install"
source=("$pkgname::git+https://github.com/segfault87/Konstruktor.git")
md5sums=('SKIP')