summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2019-01-12 00:37:57 +0200
committerAdrian Perez de Castro2019-01-12 00:37:57 +0200
commit2f8ee6a0d7a142617a0cfbc6d8c3453acfe2e181 (patch)
tree681db2b0f6b172e88b987b43feebf3b565412974 /PKGBUILD
parent9e741651832fe8ae0cbfb082ba370044e4021cde (diff)
downloadaur-2f8ee6a0d7a142617a0cfbc6d8c3453acfe2e181.tar.gz
Add conflict with mle-git package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5559d37ecac3..e3a17a3e7472 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,11 @@
pkgdesc='Flexible terminal-based text editor'
pkgname=mle
pkgver=1.3
-pkgrel=2
+pkgrel=3
url='https://github.com/adsr/mle'
license=(Apache)
arch=(x86_64)
+conflicts=(mle-git)
depends=(pcre termbox lua)
makedepends=(uthash)
source=("${url}/archive/v${pkgver}.tar.gz")