diff options
author | Viačasłaŭ Chalikin | 2024-05-29 00:16:25 +0300 |
---|---|---|
committer | Viačasłaŭ Chalikin | 2024-05-29 00:16:25 +0300 |
commit | 8e5a94cd3d4da9d8cf90cbec27393ec59195ab9b (patch) | |
tree | a8d4d17149120d4845ed300e95b95dabc5009a9f /PKGBUILD | |
parent | a647def70c3bc87403a643562e6175a7c2cdde98 (diff) | |
download | aur-hunspell-be-tarask.tar.gz |
bump to v0.60.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Viačasłaŭ Chalikin <viachaslavic'at'outlook'dot'com> pkgname='hunspell-be-tarask' -pkgver=0.60 +pkgver=0.60.1 pkgrel=1 pkgdesc="Belarusian hunspell dictionary (classic orthography)" arch=('any') @@ -12,7 +12,7 @@ optdepends=('hunspell: the spell checking libraries and apps') provides=('hunspell-dictionary') conflicts=('hunspell-be') source=("$pkgname::git+$url.git#commit=v${pkgver}") -b2sums=('1cc0bfb1ecf3ae3ff148d564006b1a07965f5648cc1649b7f454db7545eba7179f736cfb955869380b5a916ed5cb6674ffae4a7c642cb059a9bce83eb0a41d8e') +b2sums=('b0beea19daf82f42454995f5bb90bea4964b6d774a2d10085f3db1f1df05197e1dc6e618d14e6165167ca85b70d4cc0d2e1343a76ae2c073d32b6522968c8e0c') build() { cd ${srcdir}/${pkgname} |