summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgit user2023-11-10 11:44:58 +0100
committergit user2023-11-10 11:44:58 +0100
commit9e8ef0d74138cfc27ab59d837cafceb9a9fee6f2 (patch)
tree40680084f3806ab3e92155193dabea78bd20acad /PKGBUILD
parentef6641b5a0d7aea8bc1523dc1df5f377f24e8fa0 (diff)
downloadaur-9e8ef0d74138cfc27ab59d837cafceb9a9fee6f2.tar.gz
fixed `check()`: Corrected the working directory.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a24dc841055a..370901efd348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pkgname=kate
pkgname="${_pkgname}-root"
pkgver=23.08.2
-pkgrel=4
+pkgrel=5
arch=(
'x86_64'
'i686'
@@ -205,7 +205,7 @@ build() {
}
check() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
+ cd "${srcdir}/build"
make test
}