diff options
author | Tharre <tharre3@gmail.com> | 2014-09-11 19:51:15 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2014-09-11 19:51:15 +0200 |
commit | f68483a99b7646f1c23e7e940a5dd3a1458f3bf3 (patch) | |
tree | 4101b8f143a7ca10c324d280c291b9039cae75b3 | |
parent | 82d79ea637825d290311251f707c1c57a8e60c98 (diff) | |
download | pkgbuilds-f68483a99b7646f1c23e7e940a5dd3a1458f3bf3.tar.gz pkgbuilds-f68483a99b7646f1c23e7e940a5dd3a1458f3bf3.tar.xz pkgbuilds-f68483a99b7646f1c23e7e940a5dd3a1458f3bf3.zip |
Add support for the hib dlagent
-rw-r--r-- | papersplease/PKGBUILD | 6 |
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/" |