[arch-commits] Commit in mcdp/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 4 13:59:30 UTC 2018


    Date: Monday, June 4, 2018 @ 13:59:29
  Author: felixonmars
Revision: 340344

archrelease: copy trunk to community-x86_64

Added:
  mcdp/repos/community-x86_64/PKGBUILD
    (from rev 340343, mcdp/trunk/PKGBUILD)
Deleted:
  mcdp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 13:59:14 UTC (rev 340343)
+++ PKGBUILD	2018-06-04 13:59:29 UTC (rev 340344)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Tino Reichardt <milky-archlinux at mcmilk.de>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=mcdp
-pkgver=0.4b
-pkgrel=3
-pkgdesc="Small console cd player"
-arch=('i686' 'x86_64')
-url="http://www.mcmilk.de/projects/mcdp/"
-license=('GPL')
-depends=('glibc')
-makedepends=('dietlibc')
-source=(http://www.mcmilk.de/projects/$pkgname/dl/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('0faa031b07299b0fb2353306a669328c877717e1bc7e274e40c3d2612e103cab')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make $pkgname
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -Dm755 $pkgname ${pkgdir}/usr/bin/$pkgname
-  install -Dm644 $pkgname.1 ${pkgdir}/usr/share/man/man1/$pkgname.1
-}

Copied: mcdp/repos/community-x86_64/PKGBUILD (from rev 340343, mcdp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 13:59:29 UTC (rev 340344)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Tino Reichardt <milky-archlinux at mcmilk.de>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=mcdp
+pkgver=0.4b
+pkgrel=4
+pkgdesc="Small console cd player"
+arch=('x86_64')
+url="http://www.mcmilk.de/projects/mcdp/"
+license=('GPL')
+depends=('glibc')
+makedepends=('dietlibc')
+source=(http://www.mcmilk.de/projects/$pkgname/dl/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('af7042794ed36c1cfdfbf8ad3299ca377942c67f3eaaf0778ef368e29288945331f753dfdd320e667f499c8229cf770dc8d6149ef6214d76b7eaceff54203b6d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make $pkgname
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -Dm755 $pkgname ${pkgdir}/usr/bin/$pkgname
+  install -Dm644 $pkgname.1 ${pkgdir}/usr/share/man/man1/$pkgname.1
+}



More information about the arch-commits mailing list