summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Dahmen2019-06-13 22:29:45 +0200
committerVincent Dahmen2019-06-13 22:29:45 +0200
commit0959c9cff6e8c49bc047fb040305aaf15d74935b (patch)
tree2ba57494f43d92eb310bd075f46a06bd9da0d1c2
parentfdbf9a6b9f4f1312c171212402cf3f45986347b5 (diff)
downloadaur-0959c9cff6e8c49bc047fb040305aaf15d74935b.tar.gz
PKGBUILD: fix bin name
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06932c73c2b5..52e1f01487ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=hb-downloader
pkgver=0.5.0h
-pkgrel=7
+pkgrel=8
pkgdesc="An unofficial library for querying the Humble Bundle API"
arch=('any')
url="https://github.com/saik0/humblebundle-python"
@@ -25,7 +25,7 @@ package() {
install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
install -Dm 644 hb-downloader-settings.yaml -T "$pkgdir/etc/hb_downloader.yaml"
- install -Dm 755 hb-downloader.py -T "$pkgdir/usr/bin/hb_downloader"
+ install -Dm 755 hb-downloader.py -T "$pkgdir/usr/bin/hb-downloader"
python setup.py install --root="$pkgdir/"
}