Date: Friday, December 8, 2017 @ 19:32:56
  Author: bisson
Revision: 311949

archrelease: copy trunk to extra-x86_64

Added:
  ncmpc/repos/extra-x86_64/PKGBUILD
    (from rev 311948, ncmpc/trunk/PKGBUILD)
Deleted:
  ncmpc/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2017-12-08 19:28:55 UTC (rev 311948)
+++ PKGBUILD    2017-12-08 19:32:56 UTC (rev 311949)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-# Contributor: Angel Velasquez <an...@archlinux.org> 
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-# Contributor: damir <da...@archlinux.org>
-# Contributor: Daniel Bainton <dpb [at] backarrow.org>
-
-pkgname=ncmpc
-pkgver=0.28
-pkgrel=1
-pkgdesc='Fully featured MPD client using ncurses'
-url='https://www.musicpd.org/clients/ncmpc/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('ncurses' 'glib2' 'libmpdclient=2.11')
-optdepends=('python2: to enable lyrics plugin'
-            'ruby: to enable lyrics plugin')
-makedepends=('meson')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('f66e5b6fef83bdfda3b3efaf3fbad6a4d8c47bb1b3b6810bed44d3e35b007804'
-            'SKIP')
-
-prepare() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       sed "s/curses == 'ncursesw'/false/g" -i meson.build
-       rm -fr build
-       install -d build
-}
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}/build"
-       arch-meson .. -Dlyrics_screen=true
-       ninja
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}/build"
-       DESTDIR="${pkgdir}" ninja install
-}

Copied: ncmpc/repos/extra-x86_64/PKGBUILD (from rev 311948, 
ncmpc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2017-12-08 19:32:56 UTC (rev 311949)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: Angel Velasquez <an...@archlinux.org> 
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: damir <da...@archlinux.org>
+# Contributor: Daniel Bainton <dpb [at] backarrow.org>
+
+pkgname=ncmpc
+pkgver=0.29
+pkgrel=1
+pkgdesc='Fully featured MPD client using ncurses'
+url='https://www.musicpd.org/clients/ncmpc/'
+arch=('x86_64')
+license=('GPL')
+depends=('ncurses' 'glib2' 'libmpdclient=2.11')
+optdepends=('python2: to enable lyrics plugin'
+            'ruby: to enable lyrics plugin')
+makedepends=('meson')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ef68a9b67172383ea80ee46579015109433fa058728812d2b0ebede660d85f12'
+            'SKIP')
+
+prepare() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       sed "s/curses == 'ncursesw'/false/g" -i meson.build
+       rm -fr build
+       install -d build
+}
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}/build"
+       arch-meson .. -Dlyrics_screen=true
+       ninja
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}/build"
+       DESTDIR="${pkgdir}" ninja install
+}

Reply via email to