summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJason Edson2021-03-26 09:03:38 -0700
committerJason Edson2021-03-26 09:03:38 -0700
commit9e696e98b6bcec640536f9ad346f68f1f2c847ed (patch)
tree01c6e6038a24f83bedcebfba61b2603c2be79db2 /PKGBUILD
parent5ccad3bb8211b570f5c127d32139534f1de2bbcd (diff)
downloadaur-meld-dev.tar.gz
Cleaned up replaces entry in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 264966f8f874..ea3ef1928795 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=meld
pkgname=$_pkgname-dev
pkgver=3.21.0
-pkgrel=1
+pkgrel=2
pkgdesc='Visual diff and merge tool'
arch=('any')
url='http://meldmerge.org/'
@@ -18,8 +18,8 @@ makedepends=('git'
'meson'
'yelp-tools')
optdepends=('python-dbus: open a new tab in an already running instance')
-conflicts=('meld' 'meld-git')
provides=('meld')
+conflicts=('meld' 'meld-git')
options=('!emptydirs')
source=("https://download.gnome.org/sources/$_pkgname/${pkgver%.*}/meld-${pkgver}.tar.xz")
sha256sums=('b680114d5ab793324549fd58f4eb202d8e280c0633a0b765ede6dfb34160a81b')