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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Apr 4 06:51:21 UTC 2018


    Date: Wednesday, April 4, 2018 @ 06:51:20
  Author: bpiotrowski
Revision: 314067

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-04 06:51:15 UTC (rev 314066)
+++ PKGBUILD	2018-04-04 06:51:20 UTC (rev 314067)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter <alad at mailbox.org>
-# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
-pkgname=libclastfm
-pkgver=0.5
-pkgrel=4
-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 314066, libclastfm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-04 06:51:20 UTC (rev 314067)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
+pkgname=libclastfm
+pkgver=0.5
+pkgrel=5
+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:
+



More information about the arch-commits mailing list