summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaohan Chen2015-08-10 14:32:22 -0400
committerYaohan Chen2015-08-10 14:32:22 -0400
commite39da4ed48c81a77111aa708376f1cf1932731b4 (patch)
tree36fd045d1966f3e3fb984aa0c419827ee5b438d7
parent63c3322f8ff491ad64090163b2a26bd6a8c19f6b (diff)
downloadaur-e39da4ed48c81a77111aa708376f1cf1932731b4.tar.gz
Use Makefile to install
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be74964428f6..0aff794f9ea6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hib-dlagent-git
_appname=hib-dlagent
-pkgver=0.7.1.g42adb30
+pkgver=0.7.5.g1be59e8
pkgrel=1
pkgdesc='Tool to download Humble Indie Bundle binaries by file name (uses PhantomJS to support new Humble Bundle site)'
arch=('any')
@@ -23,5 +23,5 @@ pkgver() {
package() {
cd "$srcdir/$_appname"
- DEST="$pkgdir" ./install.sh
+ make DESTDIR="$pkgdir" install
}