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

Jan de Groot jgc at archlinux.org
Wed Feb 14 22:53:50 UTC 2018


    Date: Wednesday, February 14, 2018 @ 22:53:49
  Author: jgc
Revision: 317050

archrelease: copy trunk to extra-x86_64

Added:
  libcddb/repos/extra-x86_64/PKGBUILD
    (from rev 317049, libcddb/trunk/PKGBUILD)
Deleted:
  libcddb/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-14 22:53:42 UTC (rev 317049)
+++ PKGBUILD	2018-02-14 22:53:49 UTC (rev 317050)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria <hugo at archlinux.org>
-# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
-
-pkgname=libcddb
-pkgver=1.3.2
-pkgrel=4
-arch=('i686' 'x86_64')
-pkgdesc="Library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g. http://freedb.org)."
-url="http://sourceforge.net/projects/libcddb/"
-license=('LGPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('8bb4a6f542197e8e9648ae597cd6bc8a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libcddb/repos/extra-x86_64/PKGBUILD (from rev 317049, libcddb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-14 22:53:49 UTC (rev 317050)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Hugo Doria <hugo at archlinux.org>
+# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+
+pkgname=libcddb
+pkgver=1.3.2
+pkgrel=5
+arch=('x86_64')
+pkgdesc="Library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g. http://freedb.org)."
+url="https://sourceforge.net/projects/libcddb/"
+license=('LGPL')
+depends=('glibc')
+source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('35ce0ee1741ea38def304ddfe84a958901413aa829698357f0bee5bb8f0a223b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list