summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Rogoża2022-06-17 15:03:03 +0200
committerPiotr Rogoża2022-06-17 15:03:03 +0200
commite5d3ab29e8141b96660f01730f666cfa003ff5c6 (patch)
tree5f20e7dd3ec99fb33ce5a275302e3f69f22e9068
parent479aab6b8c309819f834ba61ef2c350a8ae79ae7 (diff)
downloadaur-perl-alien-hunspell.tar.gz
Update to 0.17
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b390f8173202..a7ca561d102e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-alien-hunspell
pkgdesc = Alien::Hunspell - Install hunspell
- pkgver = 0.16
+ pkgver = 0.17
pkgrel = 1
url = https://metacpan.org/release/Alien-Hunspell/
arch = any
@@ -13,8 +13,7 @@ pkgbase = perl-alien-hunspell
depends = perl-alien-build
depends = perl-ffi-checklib
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Alien-Hunspell-0.16.tar.gz
- sha256sums = 61619ce3e2667391ec3e2b46013d0f73375acef7cb5b43dbfa7120ddcc02fcb3
+ source = http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Alien-Hunspell-0.17.tar.gz
+ sha256sums = 7394845e146de346378d0252f09a8b8f2a694a7f313a1ef280f423cbb2e5cda9
pkgname = perl-alien-hunspell
-
diff --git a/PKGBUILD b/PKGBUILD
index 3c896cf3a178..041bed10fd62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: dracorp aka Piotr Rogoza <piotr.r.public at gmail.com>
pkgname=perl-alien-hunspell
-pkgver=0.16
+pkgver=0.17
pkgrel=1
_author="P/PL/PLICEASE"
_perlmod="Alien-Hunspell"
@@ -21,7 +21,7 @@ perl-test-alien-cpp
makedepends=(perl-module-build)
options=(!emptydirs)
source=("http://search.cpan.org/CPAN/authors/id/$_author/$_perlmod-$pkgver.tar.gz")
-sha256sums=('61619ce3e2667391ec3e2b46013d0f73375acef7cb5b43dbfa7120ddcc02fcb3')
+sha256sums=('7394845e146de346378d0252f09a8b8f2a694a7f313a1ef280f423cbb2e5cda9')
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps MODULEBUILDRC=/dev/null
build(){