summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65c015a23188..678e0c8bf92f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hunspell-git
pkgdesc = The most popular spellchecking library
- pkgver = 1.7.0.r0.g4ddd8ed
+ pkgver = 1.7.2.r18.g527b67d
pkgrel = 1
url = https://hunspell.github.io/
arch = i686
@@ -11,11 +11,10 @@ pkgbase = hunspell-git
depends = ncurses
depends = readline
optdepends = perl: for ispellaff2myspell
- provides = hunspell
+ provides = hunspell=1.7.2.r18.g527b67d
conflicts = hunspell
options = staticlibs
source = git+https://github.com/hunspell/hunspell.git
sha256sums = SKIP
pkgname = hunspell-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 4461b07f04db..4110831a5bab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=hunspell-git
-pkgver=1.7.0.r0.g4ddd8ed
+pkgver=1.7.2.r18.g527b67d
pkgrel=1
pkgdesc="The most popular spellchecking library"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('LGPL')
depends=('glibc' 'ncurses' 'readline')
makedepends=('git')
optdepends=('perl: for ispellaff2myspell')
-provides=('hunspell')
+provides=("hunspell=$pkgver")
conflicts=('hunspell')
options=('staticlibs')
source=("git+https://github.com/hunspell/hunspell.git")