summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrrossum2017-11-20 22:58:49 +0100
committerdrrossum2017-11-20 22:58:49 +0100
commit7b516ee508ca8e70efd16d1f4dde4ac9c665dea5 (patch)
tree6940f981de8bcbc61809dffcd957de7abe95514f
parente4ccbf915b463e2dc21b1b20c853d12a4dc29853 (diff)
downloadaur-7b516ee508ca8e70efd16d1f4dde4ac9c665dea5.tar.gz
add conflict with imake
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7074715c74b3..da16b583f1a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Mon Nov 20 21:58:30 UTC 2017
pkgbase = lndir
pkgdesc = Create a shadow directory of symbolic links to another directory tree
pkgver = 1.0.3
@@ -7,6 +9,7 @@ pkgbase = lndir
arch = x86_64
license = custom
depends = glibc
+ conflicts = imake
source = http://xorg.freedesktop.org/archive/individual/util/lndir-1.0.3.tar.bz2
md5sums = a47bcd6cecda1a6ebd3395926ea4f53a
diff --git a/PKGBUILD b/PKGBUILD
index 753b49aa5c78..06ddfa8f1b76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
license=('custom')
depends=('glibc')
+conflicts=('imake')
source=(http://xorg.freedesktop.org/archive/individual/util/$pkgname-$pkgver.tar.bz2)
md5sums=('a47bcd6cecda1a6ebd3395926ea4f53a')