[arch-commits] Commit in youtube-viewer/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Apr 17 16:04:50 UTC 2017
Date: Monday, April 17, 2017 @ 16:04:50
Author: arojas
Revision: 223506
Fix install path
Modified:
youtube-viewer/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-04-17 15:59:02 UTC (rev 223505)
+++ PKGBUILD 2017-04-17 16:04:50 UTC (rev 223506)
@@ -6,7 +6,7 @@
pkgname=youtube-viewer
epoch=1
pkgver=3.2.6
-pkgrel=2
+pkgrel=3
pkgdesc='Command line utility for viewing YouTube videos'
arch=('any')
url='https://github.com/trizen/youtube-viewer'
@@ -30,7 +30,7 @@
build() {
cd "$pkgname-$pkgver"
- perl Build.PL INSTALLDIRS=vendor --gtk
+ perl Build.PL --installdirs vendor --gtk
}
check(){
More information about the arch-commits
mailing list