summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJiuyang Liu2022-10-20 18:50:15 +0800
committerJiuyang Liu2022-10-20 18:50:15 +0800
commit1a96b6e949a9668bed167354cb3db8d426f4a2e6 (patch)
tree546dd160a5e340a1bc77c53f442501e91912a962 /PKGBUILD
parenta8ccddb850c8840a7f81191a37fecc9d1e3c1b20 (diff)
downloadaur-1a96b6e949a9668bed167354cb3db8d426f4a2e6.tar.gz
fix prepare
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c2adb3f9a91..e41f7211d632 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ pkgver() {
prepare() {
cd "$_pkgname"
- git apply $srcdir/fix.patch
+ git apply $srcdir/3694.patch
autoconf
}