summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Vincent2017-12-14 18:51:58 +0000
committerTom Vincent2017-12-14 18:51:58 +0000
commit7b800305301321519633f565cdb7491d01540251 (patch)
tree30eac10ca77d7144cc51d295ca600c6614c57d84
parent929094e4c9e67c370aff7f7a163757cb023253ca (diff)
downloadaur-7b8003053013.tar.gz
fix: add conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 971b6be1bad4..fada0d864e37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = webkitgtk2-enchant
pkgdesc = Legacy Web content engine with enchant 2.x support
pkgver = 2.4.11
- pkgrel = 2
+ pkgrel = 3
url = https://webkitgtk.org/
install = webkitgtk.install
arch = i686
@@ -29,6 +29,7 @@ pkgbase = webkitgtk2-enchant
optdepends = gst-plugins-good: media decoding
optdepends = gst-libav: nonfree media decoding
provides = webkitgtk2
+ conflicts = webkitgtk2
options = !emptydirs
source = https://webkitgtk.org/releases/webkitgtk-2.4.11.tar.xz
source = webkitgtk-2.4.9-abs.patch
diff --git a/PKGBUILD b/PKGBUILD
index 82a88fcf237f..526fb9a403d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
_pkgbase=webkitgtk
pkgname=webkitgtk2-enchant
pkgver=2.4.11
-pkgrel=2
+pkgrel=3
pkgdesc="Legacy Web content engine with enchant 2.x support"
arch=(i686 x86_64)
url="https://webkitgtk.org/"
license=(custom)
provides=('webkitgtk2')
+conflicts=('webkitgtk2')
depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 gst-plugins-base-libs
libsecret libwebp harfbuzz-icu)
makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby)