summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {