aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--papersplease/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/papersplease/PKGBUILD b/papersplease/PKGBUILD
index d77d420..4d99187 100644
--- a/papersplease/PKGBUILD
+++ b/papersplease/PKGBUILD
@@ -13,7 +13,7 @@ options=(!strip)
source=("$pkgname.desktop"
"launch-$pkgname.sh"
"${pkgname}.png"
- "${_pkgname}_${pkgver}_i386.tar.gz::file://${_pkgname}_${pkgver}_i386.tar.gz")
+ "${_pkgname}_${pkgver}_i386.tar.gz::hib://${_pkgname}_${pkgver}_i386.tar.gz")
sha256sums=('478b736281d4d397bcff3972a548dc85bddae49342d561adefa25186310cd5ec'
'73700c808fe7d13c889f83759c4b6cadad7a7498786ef1ce7f54fbe0392f81be'
'e8aaf890dbfa6363f0197892ca2abd5ac4a45918787a8524cf8c99d785000823'
@@ -31,6 +31,10 @@ fi
# Disable compression of the package
PKGEXT='.pkg.tar'
+# You can download the Humble Indie Bundle file manually, or you can configure
+# DLAGENTS in makepkg.conf to auto-download.
+DLAGENTS+=('hib::/usr/bin/echo "Could not find %u. Download manually to \"$(pwd)\" or setup hib:// DLAGENT in /etc/makepkg.conf."; exit 1')
+
package() {
cd "$srcdir/papers-please/"