summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgigamicro2024-04-14 15:17:33 -0400
committergigamicro2024-04-14 15:17:33 -0400
commitbd15e553b5497da73604b0f39578efe2f031e278 (patch)
treef17a17d80a3095da62cdf3a53e90246d0058229e
parent294dfcdf28d2374372d44f791e0791c384df3599 (diff)
downloadaur-bd15e553b5497da73604b0f39578efe2f031e278.tar.gz
add makedepends from clean-chroot testing
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 2971c72c9c48..1c602cec7b26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
/src
/pkg
/wfinfo-ng
-/*.pkg.* \ No newline at end of file
+/*.pkg.*
+/*.log \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index d42c470042c1..c8d20a3774dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any') #TODO: verify this
url="https://github.com/knoellle/wfinfo-ng"
license=('GPL-3.0')
depends=('curl' 'jq') # database updates
-makedepends=('git' 'rust>=1.74' 'cargo' 'libxrandr' 'tesseract')
+makedepends=(git rust\>=1.74 cargo libxrandr tesseract tesseract-data-eng cmake clang libxi libxtst fontconfig)
#checkdepends=('')
optdepends=('mlocate: to autodetect EE.log location')
provides=('wfinfo')