summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRicardo Gonçalves2017-01-31 15:35:23 +0000
committerRicardo Gonçalves2017-01-31 15:35:23 +0000
commit0a852d609f8309c0f778b4a8af379dde9fb19161 (patch)
tree4643f5ea720c9cc9dfe6e88af58342ab5ca59392 /PKGBUILD
parentc45399457f428a92a1e00e003de10c7ac1403b21 (diff)
downloadaur-0a852d609f8309c0f778b4a8af379dde9fb19161.tar.gz
PKGBUILD fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 293f99e116d2..5375f6f1a214 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qmmp-plugin-youtube
pkgver=0.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for Qt-based Multimedia Player (Qmmp) to search and play musics directly from YouTube"
arch=('i686' 'x86_64')
url="https://github.com/rigon/qmmp-plugin-youtube"
@@ -17,10 +17,6 @@ build() {
qmake
make -j4
-
- cmake ./ -DCMAKE_INSTALL_PREFIX=bin/
- make -j4 install && bin/qmmp_launcher
-
}
package() {