Date: Friday, February 19, 2016 @ 16:05:03 Author: tredaelli Revision: 162585
upgpkg: npapi-vlc 2.2.2-1 Modified: npapi-vlc/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-19 14:47:03 UTC (rev 162584) +++ PKGBUILD 2016-02-19 15:05:03 UTC (rev 162585) @@ -5,8 +5,8 @@ # Contributor: Hugo Osvaldo Barrera <[email protected]> pkgname=npapi-vlc -pkgver=2.2.1 -pkgrel=2 +pkgver=2.2.2 +pkgrel=1 pkgdesc="The modern VLC Mozilla (NPAPI) plugin" arch=('i686' 'x86_64') url="http://git.videolan.org/?p=$pkgname.git;a=summary" @@ -14,9 +14,18 @@ depends=('gtk2' 'vlc') makedepends=('git' 'npapi-sdk') # This package uses version tags from Git, because there are no official releases -source=("git+https://code.videolan.org/videolan/$pkgname.git#tag=$pkgver") -md5sums=('SKIP') +source=("git+https://code.videolan.org/videolan/$pkgname.git#tag=$pkgver" + "git+https://code.videolan.org/videolan/libvlcpp.git") +md5sums=('SKIP' + 'SKIP') +prepare() { + cd "$pkgname" + git submodule init + git config submodule.vlcpp.url "$srcdir/libvlcpp" + git submodule update +} + build() { cd "$pkgname"
