Date: Tuesday, February 14, 2017 @ 15:28:15
  Author: tredaelli
Revision: 212382

archrelease: copy trunk to community-i686, community-x86_64

Added:
  npapi-vlc/repos/community-i686/PKGBUILD
    (from rev 212381, npapi-vlc/trunk/PKGBUILD)
  npapi-vlc/repos/community-x86_64/PKGBUILD
    (from rev 212381, npapi-vlc/trunk/PKGBUILD)
Deleted:
  npapi-vlc/repos/community-i686/PKGBUILD
  npapi-vlc/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   82 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   41 ----------------------
 community-x86_64/PKGBUILD |   41 ----------------------
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-02-14 15:28:05 UTC (rev 212381)
+++ community-i686/PKGBUILD     2017-02-14 15:28:15 UTC (rev 212382)
@@ -1,41 +0,0 @@
-# $Id$
-
-# Maintainer: Timothy Redaelli <[email protected]>
-# Contributor: Det <nimetonmaili g-mail>
-# Contributor: Hugo Osvaldo Barrera <[email protected]>
-
-pkgname=npapi-vlc
-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";
-license=('GPL')
-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";
-        "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"
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: npapi-vlc/repos/community-i686/PKGBUILD (from rev 212381, 
npapi-vlc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-02-14 15:28:15 UTC (rev 212382)
@@ -0,0 +1,41 @@
+# $Id$
+
+# Maintainer: Timothy Redaelli <[email protected]>
+# Contributor: Det <nimetonmaili g-mail>
+# Contributor: Hugo Osvaldo Barrera <[email protected]>
+
+pkgname=npapi-vlc
+pkgver=2.2.5
+pkgrel=1
+pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
+arch=('i686' 'x86_64')
+url="https://code.videolan.org/videolan/npapi-vlc";
+license=('GPL')
+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";
+        "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"
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2017-02-14 15:28:05 UTC (rev 212381)
+++ community-x86_64/PKGBUILD   2017-02-14 15:28:15 UTC (rev 212382)
@@ -1,41 +0,0 @@
-# $Id$
-
-# Maintainer: Timothy Redaelli <[email protected]>
-# Contributor: Det <nimetonmaili g-mail>
-# Contributor: Hugo Osvaldo Barrera <[email protected]>
-
-pkgname=npapi-vlc
-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";
-license=('GPL')
-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";
-        "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"
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: npapi-vlc/repos/community-x86_64/PKGBUILD (from rev 212381, 
npapi-vlc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-14 15:28:15 UTC (rev 212382)
@@ -0,0 +1,41 @@
+# $Id$
+
+# Maintainer: Timothy Redaelli <[email protected]>
+# Contributor: Det <nimetonmaili g-mail>
+# Contributor: Hugo Osvaldo Barrera <[email protected]>
+
+pkgname=npapi-vlc
+pkgver=2.2.5
+pkgrel=1
+pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
+arch=('i686' 'x86_64')
+url="https://code.videolan.org/videolan/npapi-vlc";
+license=('GPL')
+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";
+        "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"
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" install
+}

Reply via email to