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

Allan McRae allan at archlinux.org
Mon May 11 10:46:46 UTC 2020


    Date: Monday, May 11, 2020 @ 10:46:45
  Author: allan
Revision: 383189

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-11 10:46:28 UTC (rev 383188)
+++ PKGBUILD	2020-05-11 10:46:45 UTC (rev 383189)
@@ -1,24 +0,0 @@
-# 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
-}

Copied: libcddb/repos/extra-x86_64/PKGBUILD (from rev 383188, libcddb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-11 10:46:45 UTC (rev 383189)
@@ -0,0 +1,24 @@
+# Maintainer: Hugo Doria <hugo at archlinux.org>
+# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+
+pkgname=libcddb
+pkgver=1.3.2
+pkgrel=6
+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