Date: Monday, January 2, 2023 @ 22:56:53
  Author: kgizdov
Revision: 1374069

upgpkg: ncspot 0.12.0-4: depend hard on all backends

Modified:
  ncspot/trunk/PKGBUILD
Deleted:
  ncspot/trunk/ncspot.install

----------------+
 PKGBUILD       |   15 +++++----------
 ncspot.install |    9 ---------
 2 files changed, 5 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-02 22:54:48 UTC (rev 1374068)
+++ PKGBUILD    2023-01-02 22:56:53 UTC (rev 1374069)
@@ -3,22 +3,17 @@
 
 pkgname=ncspot
 pkgver=0.12.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Cross-platform ncurses Spotify client written in Rust, inspired by 
ncmpc and the likes."
 arch=('x86_64')
 url="https://github.com/hrkfdn/ncspot";
 license=('BSD')
-depends=('ncurses' 'openssl' 'libpulse' 'libxcb' 'ncurses' 'dbus' 
'hicolor-icon-theme')
+depends=('ncurses' 'openssl' 'libpulse' 'libxcb' 'ncurses' 'dbus' 
'hicolor-icon-theme' 'pulseaudio' 'portaudio')
 makedepends=('cargo' 'git' 'pulseaudio' 'portaudio' 'python' 'pkgconf' 
'ueberzug')
-optdepends=('pulseaudio: PulseAudio backend'
-            'portaudio: PortAudio backend'
-            'ueberzug: display album art in terminal (X11)')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hrkfdn/ncspot/archive/v${pkgver}.tar.gz";
-        'ncspot.install')
-b2sums=('babf8796ce7f7d8055a5c345a36572237cf573f9bb4560fa5e2a7be28efa17fefa2add9278c85f0e139523aa787fe915aa6f03fa0432787eef838e5c14685414'
-        
'82b5aabd5aa33d94abbeb1ca978d6685af10ef548dca678cdb5865226b4c17111508ea9cc685634a118a6e9e62142884efb31da23dff4e7c6eb53abc5b2a0b34')
+optdepends=('ueberzug: display album art in terminal (X11)')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hrkfdn/ncspot/archive/v${pkgver}.tar.gz";)
+b2sums=('babf8796ce7f7d8055a5c345a36572237cf573f9bb4560fa5e2a7be28efa17fefa2add9278c85f0e139523aa787fe915aa6f03fa0432787eef838e5c14685414')
 options=('!lto')
-install=ncspot.install
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Deleted: ncspot.install
===================================================================
--- ncspot.install      2023-01-02 22:54:48 UTC (rev 1374068)
+++ ncspot.install      2023-01-02 22:56:53 UTC (rev 1374069)
@@ -1,9 +0,0 @@
-# Ask users to choose an audio backend
-post_install() {
-  echo 'Make sure to choose an audio backend from
-the ones listed in the optional dependencies.'
-}
-
-post_upgrade() {
-  post_install
-}

Reply via email to