[arch-commits] Commit in mpc/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Thu Oct 31 22:14:11 UTC 2019


    Date: Thursday, October 31, 2019 @ 22:14:10
  Author: bisson
Revision: 366307

archrelease: copy trunk to extra-x86_64

Added:
  mpc/repos/extra-x86_64/PKGBUILD
    (from rev 366306, mpc/trunk/PKGBUILD)
Deleted:
  mpc/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 22:13:49 UTC (rev 366306)
+++ PKGBUILD	2019-10-31 22:14:10 UTC (rev 366307)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Link Dupont <link at subpop.net>
-
-pkgname=mpc
-pkgver=0.32
-pkgrel=1
-pkgdesc='Minimalist command line interface to MPD'
-url='https://www.musicpd.org/clients/mpc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('meson' 'python-sphinx')
-depends=('libmpdclient')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('7961d95b7ce019996beab281cf957e905667c989c53fffd13ade5e62fea331c7'
-            'SKIP')
-
-options=('!emptydirs')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	arch-meson . build
-	ninja -C build
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	DESTDIR="${pkgdir}" ninja -C build install 
-	install -Dm644 contrib/mpc-completion.bash "${pkgdir}/usr/share/bash-completion/completions/mpc" 
-}

Copied: mpc/repos/extra-x86_64/PKGBUILD (from rev 366306, mpc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 22:14:10 UTC (rev 366307)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Link Dupont <link at subpop.net>
+
+pkgname=mpc
+pkgver=0.33
+pkgrel=1
+pkgdesc='Minimalist command line interface to MPD'
+url='https://www.musicpd.org/clients/mpc/'
+license=('GPL2')
+arch=('x86_64')
+makedepends=('meson' 'python-sphinx')
+depends=('libmpdclient')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('4f40ccbe18f5095437283cfc525a97815e983cbfd3a29e48ff610fa4f1bf1296'
+            'SKIP')
+
+options=('!emptydirs')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	arch-meson . build
+	ninja -C build
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	DESTDIR="${pkgdir}" ninja -C build install 
+	install -Dm644 contrib/mpc-completion.bash "${pkgdir}/usr/share/bash-completion/completions/mpc" 
+}



More information about the arch-commits mailing list