[arch-commits] Commit in ncmpcpp/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Tue Jul 7 18:16:56 UTC 2015


    Date: Tuesday, July 7, 2015 @ 20:16:55
  Author: anthraxx
Revision: 136532

upgpkg: ncmpcpp 0.6.5-1

upgpkg ncmpcpp 0.6.5-1

Modified:
  ncmpcpp/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-07 18:15:35 UTC (rev 136531)
+++ PKGBUILD	2015-07-07 18:16:55 UTC (rev 136532)
@@ -1,12 +1,11 @@
-# $Id$
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 # Contributor: graysky <graysky AT archlinux DOT us>
 # Contributor: Mateusz Herych <heniekk at gmail.com>
 # Contributor: Army <uli[dot]armbruster[at]gmail[dot]com>
 
 pkgname=ncmpcpp
-pkgver=0.6.4
+pkgver=0.6.5
 pkgrel=1
 pkgdesc='Almost exact clone of ncmpc with some new features'
 url='http://ncmpcpp.rybczak.net/'
@@ -14,8 +13,8 @@
 license=('GPL')
 depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
 makedepends=('boost')
-source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-${pkgver}.tar.bz2)
-sha512sums=('c60a6c2c89a9297d73360ec8819e8ae66ca53090c5ea5d3daf235e708467ee20006b1fff344c9312ccb0941c8307f3d84bcdc9cbf500955c74b10bd6a823c19f')
+source=(${pkgname}-${pkgver}.tar.bz2::http://ncmpcpp.rybczak.net/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('b120bd3c0697d51755e04908d29ddd4180ae662d3f02d60e967ccbefca87471eaf0dcf4ebed5d76203b7a0a6dd17a397f318a65087c1b8ec1e3fb4178964e581')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -34,7 +33,7 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
-  install -Dm755 extras/artist_to_albumartist "${pkgdir}"/usr/bin/
+  install -Dm 755 extras/artist_to_albumartist "${pkgdir}"/usr/bin/
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list