summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2020-01-25 22:32:15 +0330
committerBehnam Momeni2020-01-25 22:32:15 +0330
commite87cda8b3779c4a4f4fad6ca97ba5d680bd9063d (patch)
treed5a115a419bed78f9566278b54257e8d43fce282
parent08bc960147ed6d0e05b3e1eb87b9c080faedad03 (diff)
downloadaur-e87cda8b3779c4a4f4fad6ca97ba5d680bd9063d.tar.gz
Updating the architectures array
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a842f43d6e2..7a05b0f5c878 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
# Generated by mksrcinfo v8
-# Sun Sep 15 02:56:28 UTC 2019
+# Sat Jan 25 19:00:08 UTC 2020
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.2.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AbiWord/enchant
- arch = any
+ arch = x86_64
license = LGPL
depends = aspell>=0.50.0
depends = glib2
diff --git a/PKGBUILD b/PKGBUILD
index ed0bbaa11244..0446d1487442 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Behnam Momeni <sbmomeni [at the] gmail [dot] com>
-pkgname=('enchant-pure')
+pkgname=enchant-pure
_pkgname=enchant
-pkgver="2.2.7"
-pkgrel=1
+pkgver=2.2.7
+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"
-arch=('any')
+arch=('x86_64')
license=('LGPL')
depends=('aspell>=0.50.0' 'glib2' 'hunspell')