From a2df552e0d1378fa163440f085e3e06f878430fa Mon Sep 17 00:00:00 2001 From: itmodulo Date: Thu, 22 Feb 2024 22:09:01 +0100 Subject: [PATCH] Update hunspell --- .gitea/workflows/release_arm64v8.yml | 11 +++-------- srcpkgs/hunspell-pl/APKBUILD | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/release_arm64v8.yml b/.gitea/workflows/release_arm64v8.yml index 4e085cb..025b3a7 100644 --- a/.gitea/workflows/release_arm64v8.yml +++ b/.gitea/workflows/release_arm64v8.yml @@ -9,18 +9,13 @@ jobs: compilation-arm64v8: runs-on: arm64v8-alpine-latest-pv steps: - - name: Update environment - shell: sh - run: apk -U upgrade - - name: Install bash - shell: sh - run: apk add bash - name: Select faster mirror and add tools + shell: sh run: | echo "https://alpine.sakamoto.pl/alpine/$(cat /etc/os-release | grep PRETT | cut -d ' ' -f 3 | cut -d '"' -f 1)/main" > /etc/apk/repositories echo "https://alpine.sakamoto.pl/alpine/$(cat /etc/os-release | grep PRETT | cut -d ' ' -f 3 | cut -d '"' -f 1)/community" >> /etc/apk/repositories - apk update - apk add git wget curl nodejs sshfs alpine-sdk abuild sudo shadow + apk -U upgrade + apk add bash git wget curl nodejs sshfs alpine-sdk abuild sudo shadow - name: Checkout uses: actions/checkout@v3 - name: Set up environment and users diff --git a/srcpkgs/hunspell-pl/APKBUILD b/srcpkgs/hunspell-pl/APKBUILD index 558033f..53fe72e 100644 --- a/srcpkgs/hunspell-pl/APKBUILD +++ b/srcpkgs/hunspell-pl/APKBUILD @@ -1,7 +1,7 @@ # Contributor: ITmodulo # Maintainer: ITmodulo pkgname=hunspell-pl -pkgver=20240101 +pkgver=20240201 pkgrel=0 pkgdesc="Polish dictionary for Hunspell" arch="noarch"