summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcaro Perseo2016-10-10 11:30:54 -0500
committerIcaro Perseo2016-10-10 11:30:54 -0500
commit3aa7afdfa6c93d3122b13ede34b3b16754bfa003 (patch)
tree7b4fe75f49ec5304309a0a030069d8afd98332d0
parent3b4d9ca727c100c4ced2dbeb0b084931952bd566 (diff)
downloadaur-3aa7afdfa6c93d3122b13ede34b3b16754bfa003.tar.gz
'conflicts' variable added. Migrate script included (from qrae to qdc).
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ade8ec36f7b8..fbc7f5690e46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = qdc
license = GPL3
depends = hicolor-icon-theme
depends = qt5-webkit
+ conflicts = qrae-git
source = https://github.com/javierllorente/qdc/archive/v1.0.0/qdc-1.0.0.tar.gz
sha256sums = 2f34c176cba20fb9ce73310ad12e67c6f985766b2797aa38b56bf7089c51863b
diff --git a/PKGBUILD b/PKGBUILD
index ecc8d1ce4b98..c13e282a41ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgver=1.0.0
pkgrel=1
pkgdesc="Castilian dictionary written using Qt5"
arch=(i686 x86_64)
+conflicts=('qrae-git')
url="https://github.com/javierllorente/qdc/"
license=('GPL' 'GPL3')
depends=('hicolor-icon-theme' 'qt5-webkit')