summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2023-01-14 20:33:11 +0000
committerJoan Bruguera2023-01-14 20:33:11 +0000
commit3a79d250fc83b144c350b70c81810418efda7ada (patch)
treee134d0d28490b9ea2e1f0cfd79532352825921fd
parent536a55d7fd52f0c7519d36fe9c70a28c1c018299 (diff)
downloadaur-3a79d250fc83b144c350b70c81810418efda7ada.tar.gz
Fix typo.
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83943a454f4d..c68ffc2b3182 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,13 +16,13 @@ sha512sums=(386cefcb07afb813bff94a17730c13266c81a5470c719f6846132249419c99183478
prepare() {
cd "$srcdir/$pkgname-${pkgver%.*}"
- # WORKAROUND: The configure/make scripts check if static version (.a) of the libbsctools libraries
- # are installed, and fail to detect libbsctools if they aren't.
- # Since even if we're going to link against the dynamic version (.so) as is typical in Arch,
+ # WORKAROUND: The configure/make scripts check if a static version (.a) of the libbsctools libraries
+ # are installed, and fails to detect libbsctools if they aren't.
+ # Since we're going to link against the dynamic version (.so) as is typical in Arch,
# hack it up to check for the dynamic version consistently instead
sed -i 's/\.a/.so/g' config/libbsctools.m4
- # WORKAROUND: Any this dependency is missing in the automake scripts,
+ # WORKAROUND: And this dependency is missing in the automake scripts,
# so the make process breaks when running the autoreconf, so add it again
echo 'kriger_test_DEPENDENCIES = libkriger.la' >> 'src/interpolate/service-kriger/Makefile.am'