summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfenuks2024-01-20 13:50:22 +0100
committerfenuks2024-01-20 13:50:22 +0100
commitd4d5612a4ef5914825a4ce400c9cdd1634c523f3 (patch)
treebfad2b40f0049a3caecafe9968c7e73956ed1f3f /PKGBUILD
parent5325910948ea53cfd0359fd827794c846a2f6642 (diff)
downloadaur-words-pl.tar.gz
Update to 20240115-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a9c1a0a8981..cf92d96b3ccf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# TODO: check if using https://sjp.pl/slownik/ort/ won't be better idea
pkgname=words-pl
-pkgver=20211220
+pkgver=20240115
pkgrel=1
pkgdesc="A ‘words’ file for Polish language"
arch=("any")
@@ -14,13 +14,13 @@ makedepends=("dos2unix")
conflicts=("${pkgname}")
# install=$pkgname.install
# source=("https://sjp.pl/slownik/odmiany/sjp-odm-${pkgver}.zip")
-source=("https://web.archive.org/web/20220201135244/https://sjp.pl/slownik/odmiany/sjp-odm-20211220.zip")
-sha256sums=('6be8da3a9869f12013c1836574ff8fc7661a3cc558fcb86ecf3ba52720650309')
+source=("https://web.archive.org/web/20240120124250/https://sjp.pl/sl/odmiany/sjp-odm-20240115.zip")
+sha256sums=('90a9ce060f06c42dd04a349ab06470a6d3ff53a493b395548f140b28049da73f')
build() {
cd "${srcdir}"
dos2unix odm.txt
- grep -v '^\?' odm.txt | sed 's/, /\n/g' | sort -u > polish
+ grep -v '^?' odm.txt | sed 's/, /\n/g' | sort -u > polish
}
package() {