summarylogtreecommitdiffstats
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
parentc45399457f428a92a1e00e003de10c7ac1403b21 (diff)
downloadaur-0a852d609f8309c0f778b4a8af379dde9fb19161.tar.gz
PKGBUILD fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a258d5cac1f9..bb687c6e3e18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qmmp-plugin-youtube
pkgdesc = Plugin for Qt-based Multimedia Player (Qmmp) to search and play musics directly from YouTube
pkgver = 0.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rigon/qmmp-plugin-youtube
arch = i686
arch = x86_64
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() {