summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2023-11-11 10:44:38 +0100
committerMarcell Meszaros2023-11-11 10:44:38 +0100
commit9acd99c76fbfb4f3b2605a61d55650ba86a51c38 (patch)
tree16150c6b54d1f5b405e1a7da23da1b79ff851592
parentf24814244389db5b1bf7693447396717a988dcf3 (diff)
downloadaur-9acd99c76fbfb4f3b2605a61d55650ba86a51c38.tar.gz
remove explicit conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64ab980812b9..cae55ee86c77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = enchant-hspell
pkgdesc = [Meta-PKG] Delete this; use enchant and hspell packages from Arch repository
pkgver = 2.6.2
- pkgrel = 1
+ pkgrel = 2
url = https://archlinux.org/packages/?q=enchant
arch = any
license = LGPL
@@ -10,4 +10,3 @@ pkgname = enchant-hspell
install = enchant-hspell.install
depends = enchant
depends = hspell
- conflicts = enchant-pure
diff --git a/PKGBUILD b/PKGBUILD
index 614ed8cf4844..64ab450ef32f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=enchant-hspell
pkgver=2.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="[Meta-PKG] Delete this; use enchant and hspell packages from Arch repository"
url="https://archlinux.org/packages/?q=enchant"
@@ -13,6 +13,5 @@ license=('LGPL')
package() {
depends=('enchant' 'hspell')
- conflicts=('enchant-pure')
install="${pkgname}.install"
}