summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitrum2018-06-06 19:04:37 +0300
committerVitrum2018-06-06 19:04:37 +0300
commit02f3a71aab19e3ba9116de51d0b80431e82a2635 (patch)
tree9045e10e5dfdcebb22d605df7df23fcf10aa2deb
parente5806a12f2d09a67a0bdf9aa8b6decdb652bbf26 (diff)
downloadaur-02f3a71aab19e3ba9116de51d0b80431e82a2635.tar.gz
conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c3f4689ec46..ab1926342a54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hunspell-hy
pkgdesc = Armenian hunspell dictionaries
pkgver = 3.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hyspell/
arch = any
license = MIT
@@ -19,7 +19,9 @@ pkgbase = hunspell-hy
pkgname = hunspell-hy-classical
pkgdesc = Armenian hunspell dictionaries. Classical Orthography.
+ conflicts = hunspell-hy-reformed
pkgname = hunspell-hy-reformed
pkgdesc = Armenian hunspell dictionaries. Reformed Orthography.
+ conflicts = hunspell-hy-classical
diff --git a/PKGBUILD b/PKGBUILD
index 40a6105a3176..cd4755f80f35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=hunspell-hy
pkgname=('hunspell-hy-classical' 'hunspell-hy-reformed')
pkgver=3.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Armenian hunspell dictionaries"
arch=(any)
url="https://github.com/hyspell/"
@@ -24,12 +24,13 @@ sha1sums=('d01c0c802013115c7701c04425f865f3aa78743b'
prepare() {
# add WORDCHARS and IGNORE lines
- sed -i '4i\\nWORDCHARS ֊՛՜՞՚\nIGNORE ֊՛՜՞՚' ./hy-c.aff
- sed -i '4i\\nWORDCHARS ֊՛՜՞՚\nIGNORE ֊՛՜՞՚' ./hy-r.aff
+ sed -i '4i\\nWORDCHARS ֊՛՜՞՚\nIGNORE ֊՛՜՞՚' hy-c.aff
+ sed -i '4i\\nWORDCHARS ֊՛՜՞՚\nIGNORE ֊՛՜՞՚' hy-r.aff
}
package_hunspell-hy-classical() {
pkgdesc="Armenian hunspell dictionaries. Classical Orthography."
+ conflicts=('hunspell-hy-reformed')
cd "$srcdir"
install -dm755 ${pkgdir}/usr/share/hunspell
@@ -40,6 +41,7 @@ package_hunspell-hy-classical() {
package_hunspell-hy-reformed() {
pkgdesc="Armenian hunspell dictionaries. Reformed Orthography."
+ conflicts=('hunspell-hy-classical')
cd "$srcdir"
install -dm755 ${pkgdir}/usr/share/hunspell