[arch-commits] Commit in pianobar/repos (4 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Jun 11 17:57:39 UTC 2016


    Date: Saturday, June 11, 2016 @ 19:57:39
  Author: jlichtblau
Revision: 179687

archrelease: copy trunk to community-i686, community-x86_64

Added:
  pianobar/repos/community-i686/PKGBUILD
    (from rev 179686, pianobar/trunk/PKGBUILD)
  pianobar/repos/community-x86_64/PKGBUILD
    (from rev 179686, pianobar/trunk/PKGBUILD)
Deleted:
  pianobar/repos/community-i686/PKGBUILD
  pianobar/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   52 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   26 ----------------------
 community-x86_64/PKGBUILD |   26 ----------------------
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-06-11 17:57:26 UTC (rev 179686)
+++ community-i686/PKGBUILD	2016-06-11 17:57:39 UTC (rev 179687)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Mitch Bigelow <ipha00 at gmail.com>
-# Contributor: Patrick Palka <patrick at parcs.ath.cx>
-
-pkgname=pianobar
-pkgver=2015.11.22
-pkgrel=2
-pkgdesc="console-based frontend for Pandora"
-url="http://6xq.net/0017"
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('libao' 'ffmpeg' 'curl')
-source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
-sha256sums=('23fbc9e6f55b3277dba7a0f68ff721bad7f1eeea504c616ba008841686de322b')
-
-build() {
-    make -C ${pkgname}-${pkgver}
-}
-
-package() {
-    make -C ${pkgname}-${pkgver} DESTDIR="$pkgdir" PREFIX=/usr install
-    install -Dm644 $pkgname-$pkgver/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-    install -Dm755 $pkgname-$pkgver/contrib/headless_pianobar "$pkgdir/usr/bin/pianoctl"
-}

Copied: pianobar/repos/community-i686/PKGBUILD (from rev 179686, pianobar/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-06-11 17:57:39 UTC (rev 179687)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Mitch Bigelow <ipha00 at gmail.com>
+# Contributor: Patrick Palka <patrick at parcs.ath.cx>
+
+pkgname=pianobar
+pkgver=2016.06.02
+pkgrel=1
+pkgdesc="Console-based frontend for Pandora"
+arch=('i686' 'x86_64')
+url="https://6xq.net/pianobar/"
+license=('MIT')
+depends=('libao' 'ffmpeg' 'curl')
+source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c6efb0d0fe36013c6506dadf3718e8ed9471b7839654c97027e036ed16212559')
+
+build() {
+  make -C ${pkgname}-${pkgver}
+}
+
+package() {
+  make -C ${pkgname}-${pkgver} DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 $pkgname-$pkgver/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm755 $pkgname-$pkgver/contrib/headless_pianobar "$pkgdir/usr/bin/pianoctl"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-06-11 17:57:26 UTC (rev 179686)
+++ community-x86_64/PKGBUILD	2016-06-11 17:57:39 UTC (rev 179687)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Mitch Bigelow <ipha00 at gmail.com>
-# Contributor: Patrick Palka <patrick at parcs.ath.cx>
-
-pkgname=pianobar
-pkgver=2015.11.22
-pkgrel=2
-pkgdesc="console-based frontend for Pandora"
-url="http://6xq.net/0017"
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('libao' 'ffmpeg' 'curl')
-source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
-sha256sums=('23fbc9e6f55b3277dba7a0f68ff721bad7f1eeea504c616ba008841686de322b')
-
-build() {
-    make -C ${pkgname}-${pkgver}
-}
-
-package() {
-    make -C ${pkgname}-${pkgver} DESTDIR="$pkgdir" PREFIX=/usr install
-    install -Dm644 $pkgname-$pkgver/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-    install -Dm755 $pkgname-$pkgver/contrib/headless_pianobar "$pkgdir/usr/bin/pianoctl"
-}

Copied: pianobar/repos/community-x86_64/PKGBUILD (from rev 179686, pianobar/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-06-11 17:57:39 UTC (rev 179687)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Mitch Bigelow <ipha00 at gmail.com>
+# Contributor: Patrick Palka <patrick at parcs.ath.cx>
+
+pkgname=pianobar
+pkgver=2016.06.02
+pkgrel=1
+pkgdesc="Console-based frontend for Pandora"
+arch=('i686' 'x86_64')
+url="https://6xq.net/pianobar/"
+license=('MIT')
+depends=('libao' 'ffmpeg' 'curl')
+source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c6efb0d0fe36013c6506dadf3718e8ed9471b7839654c97027e036ed16212559')
+
+build() {
+  make -C ${pkgname}-${pkgver}
+}
+
+package() {
+  make -C ${pkgname}-${pkgver} DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 $pkgname-$pkgver/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm755 $pkgname-$pkgver/contrib/headless_pianobar "$pkgdir/usr/bin/pianoctl"
+}



More information about the arch-commits mailing list