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

Felix Yan felixonmars at archlinux.org
Thu May 31 02:34:03 UTC 2018


    Date: Thursday, May 31, 2018 @ 02:34:02
  Author: felixonmars
Revision: 333907

archrelease: copy trunk to community-x86_64

Added:
  cd-discid/repos/community-x86_64/PKGBUILD
    (from rev 333906, cd-discid/trunk/PKGBUILD)
Deleted:
  cd-discid/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 02:33:41 UTC (rev 333906)
+++ PKGBUILD	2018-05-31 02:34:02 UTC (rev 333907)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: dorphell <dorphell at archlinux.org>
-# Contributor: Jochem Kossen <j.kossen at home.nl>
-
-pkgname=cd-discid
-pkgver=1.4
-pkgrel=1
-pkgdesc="A backend utility to get CDDB discid information from a CD-ROM disc"
-arch=('i686' 'x86_64')
-url="http://linukz.org/cd-discid.shtml"
-license=('GPL')
-depends=('glibc')
-source=("http://linukz.org/download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('85027b71d08fbbfb11ac2f0db6e8cea7')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" PREFIX=/usr STRIP="/usr/bin/true" install
-}

Copied: cd-discid/repos/community-x86_64/PKGBUILD (from rev 333906, cd-discid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 02:34:02 UTC (rev 333907)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: dorphell <dorphell at archlinux.org>
+# Contributor: Jochem Kossen <j.kossen at home.nl>
+
+pkgname=cd-discid
+pkgver=1.4
+pkgrel=2
+pkgdesc="A backend utility to get CDDB discid information from a CD-ROM disc"
+arch=('x86_64')
+url="http://linukz.org/cd-discid.shtml"
+license=('GPL')
+depends=('glibc')
+source=("http://linukz.org/download/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('04f3962f7f3f0780c41b2f361397b54efe9c9748643d83311d63f7476d28f9bd295b96dd81f06df2c1e7d6ef095c6732107101c0fb7375fa521f4db67a3984da')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" PREFIX=/usr STRIP="/usr/bin/true" install
+}



More information about the arch-commits mailing list