summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe0842021-09-12 15:49:17 +0200
committerJoe0842021-09-12 15:49:17 +0200
commita62696d10084928850d54015d1982ace438d779b (patch)
treea81919fadf1bb37b84d1c6264f1739a15c68024a
parent5594f65018abd6683da1552796286439d63ee962 (diff)
downloadaur-a62696d10084928850d54015d1982ace438d779b.tar.gz
fix line dlagent
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b7628f10fc5..559d6c1fc46e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ sha512sums_armv7h=("${_file_zip_arm_hash}")
# Add a DLAGENTS for hib if it doesn't exist.
# Borrowed from https://aur.archlinux.org/packages/worldofgoo/ PKGBUILD
-DLAGENTS+=("hib::/usr/bin/echo Could not find %u. Manually download it to \"$(pwd)\", or set up a hib:// DLAGENT in /etc/makepkg.conf")
+DLAGENTS=("hib::/usr/bin/echo Could not find %u. Manually download it to \"$(pwd)\", or set up a hib:// DLAGENT in /etc/makepkg.conf")
# Prepares sources for building
prepare () {