summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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')