summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNoah Vogt2024-01-27 23:06:29 +0100
committerNoah Vogt2024-01-27 23:06:29 +0100
commitd50e01aaebfab71781c23d5ca4b5962c0dd3557c (patch)
treee6168f15f6a17f00f4be795989cc11268b909c9d /PKGBUILD
parent7655cec319429bbf298494e03fb8da9d584bff14 (diff)
downloadaur-d50e01aaebfab71781c23d5ca4b5962c0dd3557c.tar.gz
change ungoogled chromium repo var
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed85d9af0c10..1cc15d489459 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -196,7 +196,7 @@ prepare() {
./tools/clang/scripts/update.py
# Ungoogled Chromium changes
- _ungoogled_repo="$srcdir/${pkgname%xdg*}$_uc_ver"
+ _ungoogled_repo="$srcdir/ungoogled-chromium-update"
_utils="${_ungoogled_repo}/utils"
msg2 'Pruning binaries'