summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSeppia2020-06-01 12:40:03 +0200
committerSeppia2020-06-01 12:40:03 +0200
commit54212ea06873d7d35a2a777eb74fe151b6a9d724 (patch)
tree9e331a379e0b3a6086221b20c25138fb93362c42 /PKGBUILD
parent9f1dcf765d49007b81103b65143abb0523e467b6 (diff)
downloadaur-54212ea06873d7d35a2a777eb74fe151b6a9d724.tar.gz
Fixed typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78f7178793df..21a88646fbb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -138,7 +138,7 @@ prepare() {
patch -Np1 -i ../fix-intel-vaapi-wayland.patch
# Ungoogled Chromium changes
- _ungoogled_repo="$srcdir/$_pkgname-$_ungoogled_ver"
+ _ungoogled_repo="$srcdir/$pkgname-$_ungoogled_ver"
_utils="${_ungoogled_repo}/utils"
msg2 'Pruning binaries'
python "$_utils/prune_binaries.py" ./ "$_ungoogled_repo/pruning.list"