summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuna Komorebi2021-06-21 12:23:19 +0200
committerLuna Komorebi2021-06-21 12:23:19 +0200
commitc71e1b44ac497ef7ef91bd01d202f4e4725d8684 (patch)
tree59c80bc366e22ca78001f333c1ac458233a75663 /PKGBUILD
parent6b70c1a1cc4b9bd2714206befb39783f7df06497 (diff)
downloadaur-c71e1b44ac497ef7ef91bd01d202f4e4725d8684.tar.gz
fix mistakes with PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ee328d03fef..0bc242359a5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=haruhi-dl
pkgver=2021.06.20
_name="haruhi-dl-v$pkgver"
-pkgrel=8
+pkgrel=9
pkgdesc="Fork of youtube-dl, focused on bringing a fast, steady stream of updates. We'll do our best to merge patches to any site, not only youtube."
arch=('any')
url="https://haruhi.download"
@@ -35,7 +35,7 @@ build() {
package() {
cd "$srcdir/$_name"
- python setup.py install --root="${pkgdir}/" --optimize=3
+ python setup.py install --root="${pkgdir}/" --optimize=1
install -Dm644 haruhi-dl.plugin.zsh "${pkgdir}/usr/share/zsh/site-functions/_haruhi-dl"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}