summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Mourelos2019-08-31 15:27:56 +0200
committerJacob Mourelos2019-08-31 15:27:56 +0200
commit46f3993aa55e97c23c0bf59ab2bcddee6d5d16f8 (patch)
treeaaa9beb4b5c3bee8b2a8d56d78d7b1464b2c2db5
parent96c9b6563c6fb67cfb33b00de19335049742822d (diff)
downloadaur-46f3993aa55e97c23c0bf59ab2bcddee6d5d16f8.tar.gz
Update outdated dependencies
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94cedbffe7b0..2a43db0088b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,17 @@
pkgbase = hunspell-gl
pkgdesc = Galician hunspell dictionaries. RAG/ILG normative
pkgver = 18.07
- pkgrel = 1
- epoch = 2
+ pkgrel = 2
+ epoch = 2
url = https://github.com/meixome/hunspell-gl
arch = any
license = GPL3
+ makedepends = scons
+ makedepends = python-pyicu
optdepends = hunspell: the spell checking libraries and apps
- source = https://github.com/meixome/hunspell-gl/archive/18.07.tar.gz
+ provides = hunspell-gl
+ conflicts = hunspell-gl
+ source = hunspell-gl.tar.gz::https://github.com/meixome/hunspell-gl/archive/18.07.tar.gz
md5sums = f997f11bcfc0eefd923af03d71c107ad
pkgname = hunspell-gl
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..efacda784947
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+hunspell-*
diff --git a/PKGBUILD b/PKGBUILD
index 916d17b88c98..d9837701fda8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=hunspell-gl
pkgver=18.07
-pkgrel=1
+pkgrel=2
epoch=2
pkgdesc="Galician hunspell dictionaries. RAG/ILG normative"
arch=(any)
url="https://github.com/meixome/hunspell-gl"
license=('GPL3')
optdepends=('hunspell: the spell checking libraries and apps')
-makedepends=('scons' 'python2-pyicu')
+makedepends=('scons' 'python-pyicu')
provides=($pkgname)
conflicts=($pkgname)
source=("${pkgname}.tar.gz::https://github.com/meixome/hunspell-gl/archive/${pkgver}.tar.gz")