[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Aug 13 14:41:27 UTC 2018


    Date: Monday, August 13, 2018 @ 14:41:26
  Author: andyrtr
Revision: 331456

upgpkg: hunspell-en 2018.04.16-4

add conflicts/replaces to old dropped hunspell-en pkg

Modified:
  hunspell-en/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-13 14:16:43 UTC (rev 331455)
+++ PKGBUILD	2018-08-13 14:41:26 UTC (rev 331456)
@@ -4,7 +4,7 @@
 pkgbase=hunspell-en
 pkgname=('hunspell-en_US' 'hunspell-en_AU' 'hunspell-en_CA' 'hunspell-en_GB')
 pkgver=2018.04.16
-pkgrel=3
+pkgrel=4
 pkgdesc="English hunspell dictionaries"
 arch=(any)
 url="http://wordlist.aspell.net/dicts/"
@@ -26,6 +26,8 @@
 package_hunspell-en_US() {
   pkgdesc="US English hunspell dictionaries"
   provides=('hunspell-en')
+  replaces=('hunspell-en')
+  conflicts=('hunspell-en')
 
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
@@ -54,6 +56,8 @@
 package_hunspell-en_AU() {
   pkgdesc="AU English hunspell dictionaries"
   provides=('hunspell-en')
+  replaces=('hunspell-en')
+  conflicts=('hunspell-en')
 
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
@@ -82,6 +86,8 @@
 package_hunspell-en_CA() {
   pkgdesc="CA English hunspell dictionaries"
   provides=('hunspell-en')
+  replaces=('hunspell-en')
+  conflicts=('hunspell-en')
 
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
@@ -110,6 +116,8 @@
 package_hunspell-en_GB() {
   pkgdesc="GB English hunspell dictionaries"
   provides=('hunspell-en')
+  replaces=('hunspell-en')
+  conflicts=('hunspell-en')
 
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell



More information about the arch-commits mailing list