summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Doppler2015-08-13 23:56:41 +0200
committerSimon Doppler2015-08-13 23:56:41 +0200
commita166d9275d82c1b493b8065cc6c487d6ad8b86d0 (patch)
tree2d6f592f63fe99559fe272bb54b2b3450976ed2d
parent349845afa576797c882daa0b4519bc66ad757dfc (diff)
downloadaur-a166d9275d82c1b493b8065cc6c487d6ad8b86d0.tar.gz
Add conflicts
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 764bbb117b84..3cb719ee94ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = console-tdm-git
depends = xorg-xinit
optdepends = dialog: for curses UI
provides = console-tdm
+ conflicts = console-tdm
source = git://github.com/dopsi/console-tdm
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 91ed76c03917..c61954e7e80e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('any')
url='http://github.com/dopsi/console-tdm'
license=('GPL')
provides=('console-tdm')
+conflicts=('console-tdm')
depends=('xorg-xinit')
optdepends=('dialog: for curses UI')
source=('git://github.com/dopsi/console-tdm')