diff options
author | Chocobo1 | 2023-04-11 03:09:36 +0800 |
---|---|---|
committer | Chocobo1 | 2023-04-11 03:09:36 +0800 |
commit | 893aa9f2a3dd1b8c895beb10b6228f1f7d73ec91 (patch) | |
tree | 2bf2f1f4b4491cd5be2988c5e88001ce15069fa6 /PKGBUILD | |
parent | e463527e476f073400011bf9df4d7d9412828219 (diff) | |
download | aur-893aa9f2a3dd1b8c895beb10b6228f1f7d73ec91.tar.gz |
upgpkg: hunspell-git 1.7.2.r18.g527b67d-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") |