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

David Runge dvzrv at gemini.archlinux.org
Fri Jul 1 09:33:10 UTC 2022


    Date: Friday, July 1, 2022 @ 09:33:10
  Author: dvzrv
Revision: 449708

upgpkg: ncmpc 0.47-1: Upgrade to 0.47.

Remove unnecessary quotes and curly braces.

Modified:
  ncmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-30 23:56:05 UTC (rev 449707)
+++ PKGBUILD	2022-07-01 09:33:10 UTC (rev 449708)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Bainton <dpb [at] backarrow.org>
 
 pkgname=ncmpc
-pkgver=0.46
-pkgrel=2
+pkgver=0.47
+pkgrel=1
 pkgdesc="Fully featured MPD client which runs in a terminal"
 arch=(x86_64)
 url=https://www.musicpd.org/clients/ncmpc/
@@ -16,10 +16,10 @@
 makedepends=(boost libmpdclient meson ncurses python-sphinx)
 optdepends=('python-requests: for lyrics script')
 options=(debug)
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha512sums=('34cbb9ff527bfa4d849069694b6d1a1e54c932b64538e799c9ef9b9ccc42ed24932b6bcbf3552af6ce846af6b7399916e1aabc6c79ac564f1c9fe56a33b6332f'
+source=(https://www.musicpd.org/download/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('6c9990ca9a0781eef67fae8b20ceec5fc00177b1db2b08cfdf122dd1f61f87a92030baadcaac154d73ddee622c963481d4e37d46f76a4ef21e51d4f18a6f3e6a'
             'SKIP')
-b2sums=('e57a931f5a512c543d48a9b6e532c7944e655d28d02fe9ec2b5b41563e2e6a5806924a668ae592f3fee58a2bb04a681fee0903b8046a61ce39a453092dfd8623'
+b2sums=('4b9e5bcc435b6064c054ad84000986942a699993e78decb26b73b4f3ec8d261e4e752e11d40ed5bdcbaab260b37f1a59b99708be05ade44973fee3f2b1e6d9d1'
         'SKIP')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann <max at blarg.de>
 
@@ -31,5 +31,5 @@
 package() {
   depends+=(libmpdclient.so libncursesw.so)
 
-  DESTDIR="${pkgdir}" ninja -C build install
+  DESTDIR="$pkgdir" ninja -C build install
 }



More information about the arch-commits mailing list