summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Olivier Barre2019-03-20 15:46:44 +0100
committerMarc-Olivier Barre2019-03-20 15:46:44 +0100
commitee1580da4bcbca187520715d28307b5b114b4228 (patch)
treee5106d5dc16c3eb3fc2a4550ed3ed84a1fc47f5f
parent27ac57edea2e8058dcee5fa4da9535f3588e828e (diff)
downloadaur-ee1580da4bcbca187520715d28307b5b114b4228.tar.gz
Add conflicts and provides to avoid colision with the git version
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f4103c62fad..6ae06bee3ce1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
pkgname=oacapture
pkgver=1.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="A planetary imaging application using Qt5"
+provides=("oacapture")
+conflicts=("oacapture-git")
arch=('i686' 'x86_64')
license=('GPLv3')
depends=('qt5-base' 'qt5-tools' 'cfitsio' 'autoconf-archive' 'sdl' 'libdc1394')