summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgigamicro2024-04-13 23:40:23 -0400
committergigamicro2024-04-13 23:40:23 -0400
commit5e002a453baa878f76d6463b4e342c11792272ba (patch)
treeb1f74253592cd53714d6531e1a1ea423b43e972e
parentf7d5360d2d60f13624e4d099706934dd60f7c089 (diff)
downloadaur-5e002a453baa878f76d6463b4e342c11792272ba.tar.gz
add local wfinfo.sh to sources
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6aa0afec9f51..d42c470042c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ makedepends=('git' 'rust>=1.74' 'cargo' 'libxrandr' 'tesseract')
optdepends=('mlocate: to autodetect EE.log location')
provides=('wfinfo')
#conflicts=('wfinfo')
-source=("$_pkgname::git+https://github.com/knoellle/wfinfo-ng.git")
-sha256sums=('SKIP')
+source=("$_pkgname::git+https://github.com/knoellle/wfinfo-ng.git" 'wfinfo.sh')
+sha256sums=('SKIP' '032f68674cd2ad6dc72995ee8d6640d683d2d36be76203cbac51b35da9331bab')
pkgver() {
cd "$srcdir/$_pkgname"