summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2022-04-20 10:49:49 +0430
committerBehnam Momeni2022-04-20 10:49:49 +0430
commit6b945a37f2361500a8f7805feb9773713dac3d52 (patch)
tree035e5e7af2a1d17092f08ab3b3d77b2d80e309a8
parentb7a5b06870fec55ae4b63b72d9dde4469667c49a (diff)
downloadaur-6b945a37f2361500a8f7805feb9773713dac3d52.tar.gz
Provide libenchant-2.so library for dependency resolution
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33d9a780b703..64b3ace1fe6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Apr 17 11:49:44 UTC 2022
+# Wed Apr 20 06:16:29 UTC 2022
pkgbase = enchant-pure
pkgdesc = A wrapper library for pure and generic spell checking for all languages, supporting Aspell and Myspell/Hunspell backend engines
pkgver = 2.3.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AbiWord/enchant
arch = x86_64
license = LGPL
@@ -11,6 +11,7 @@ pkgbase = enchant-pure
depends = glib2
depends = hunspell
provides = enchant
+ provides = libenchant-2.so
conflicts = enchant
source = https://github.com/AbiWord/enchant/releases/download/v2.3.3/enchant-2.3.3.tar.gz
sha512sums = c97764a8f219033b440cbfb820624f54993b19ba1f38b56f20336889304f753c7c513008bb92cd1424bfbf528c2d473f35bef93d9140063612e3a270fd000deb
diff --git a/PKGBUILD b/PKGBUILD
index 5dcc47567e44..343e1c33bd68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=enchant-pure
_pkgname=enchant
pkgver=2.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="A wrapper library for pure and generic spell checking for all languages, supporting Aspell and Myspell/Hunspell backend engines"
url="https://github.com/AbiWord/enchant"
@@ -13,7 +13,7 @@ arch=('x86_64')
license=('LGPL')
depends=('aspell>=0.50.0' 'glib2' 'hunspell')
-provides=("${_pkgname}")
+provides=("${_pkgname}" "libenchant-2.so")
conflicts=("${_pkgname}")
source=("https://github.com/AbiWord/enchant/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
sha512sums=('c97764a8f219033b440cbfb820624f54993b19ba1f38b56f20336889304f753c7c513008bb92cd1424bfbf528c2d473f35bef93d9140063612e3a270fd000deb')