From 16a7222872589f3ee7b0fbdf7c449c269cf8e2e9 Mon Sep 17 00:00:00 2001 From: kth5 Date: Tue, 20 Aug 2024 07:41:17 +0200 Subject: [PATCH] * update ispell to 3.4.05-3 --- ispell/.SRCINFO | 18 ++++++++++++++++++ ispell/PKGBUILD | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 ispell/.SRCINFO diff --git a/ispell/.SRCINFO b/ispell/.SRCINFO new file mode 100644 index 0000000000..625d52c41d --- /dev/null +++ b/ispell/.SRCINFO @@ -0,0 +1,18 @@ +pkgbase = ispell + pkgdesc = An interactive spell-checking program for Unix + pkgver = 3.4.05 + pkgrel = 3 + url = https://www.cs.hmc.edu/~geoff/ispell.html + arch = x86_64 + license = BSD + depends = ncurses + depends = sh + options = !makeflags + source = https://www.cs.hmc.edu/~geoff/tars/ispell-3.4.05.tar.gz + source = cflags-from-environment.patch + source = license.txt + sha256sums = cf0c6dede3fd25fada4375d86acafe583cb96d8fe546de746a92ebb6df895602 + sha256sums = 280459d2cdb17846aab202d53089fd13469e6e59ae9e6da4a95b475597dd4603 + sha256sums = 359eca8bfb77db63785c4c304ecd3568b26cdf736946388e509933fc8a3f66bd + +pkgname = ispell diff --git a/ispell/PKGBUILD b/ispell/PKGBUILD index b68eb3f2a8..fa40843b44 100644 --- a/ispell/PKGBUILD +++ b/ispell/PKGBUILD @@ -4,7 +4,7 @@ pkgname=ispell pkgver=3.4.05 -pkgrel=1 +pkgrel=3 pkgdesc="An interactive spell-checking program for Unix" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://www.cs.hmc.edu/~geoff/ispell.html"