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

Jonas Witschel diabonas at gemini.archlinux.org
Sun Jul 17 21:20:32 UTC 2022


    Date: Sunday, July 17, 2022 @ 21:20:32
  Author: diabonas
Revision: 1254365

archrelease: copy trunk to community-x86_64

Added:
  libclastfm/repos/community-x86_64/PKGBUILD
    (from rev 1254364, libclastfm/trunk/PKGBUILD)
Deleted:
  libclastfm/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   57 ++++++++++++++++++++++++++-------------------------------
 1 file changed, 26 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-17 21:20:25 UTC (rev 1254364)
+++ PKGBUILD	2022-07-17 21:20:32 UTC (rev 1254365)
@@ -1,31 +0,0 @@
-# Maintainer: Konstantin Gizdov <arch at kge.pw>
-# Contributor: Alad Wenter <alad at mailbox.org>
-# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
-pkgname=libclastfm
-pkgver=0.5
-pkgrel=6
-pkgdesc="An unofficial C-API for the Last.fm web service"
-arch=("x86_64")
-url="http://liblastfm.sourceforge.net/"
-license=('GPL')
-depends=("curl")
-source=("https://downloads.sourceforge.net/liblastfm/$pkgname-$pkgver.tar.gz")
-sha256sums=('c9aa7817b557f8d8ef834755740fc813f9351f3185b5bdf4de249bee3675ee42')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    ./configure --prefix=/usr
-    make
-}
-
-check() {
-    cd "${pkgname}-${pkgver}"
-    make -k check
-}
-
-package() {
-    cd "${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}/" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: libclastfm/repos/community-x86_64/PKGBUILD (from rev 1254364, libclastfm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-17 21:20:32 UTC (rev 1254365)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Konstantin Gizdov <arch at kge.pw>
+# Contributor: Alad Wenter <alad at mailbox.org>
+# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+pkgname=libclastfm
+pkgver=0.5
+pkgrel=7
+pkgdesc='Unofficial C-API for the Last.fm web service'
+arch=('x86_64')
+url='http://liblastfm.sourceforge.net/'
+license=('GPL3')
+depends=('curl')
+source=("https://downloads.sourceforge.net/liblastfm/$pkgname-$pkgver.tar.gz")
+sha256sums=('c9aa7817b557f8d8ef834755740fc813f9351f3185b5bdf4de249bee3675ee42')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list