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

Evangelos Foutras foutrelis at archlinux.org
Tue Feb 9 06:42:22 UTC 2021


    Date: Tuesday, February 9, 2021 @ 06:42:22
  Author: foutrelis
Revision: 407712

upgpkg: audacious 4.1-1: new upstream release

Also remove decade-old provides/conflicts/replaces.

Note: Dual Qt+GTK build is not an attractive option because it would
require depending on both toolkits and it'd also be bad to use GTK 2.

Modified:
  audacious/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-09 06:40:51 UTC (rev 407711)
+++ PKGBUILD	2021-02-09 06:42:22 UTC (rev 407712)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=audacious
-pkgver=4.0.5
+pkgver=4.1
 pkgrel=1
 pkgdesc="Lightweight, advanced audio player focused on audio quality"
 arch=('x86_64')
@@ -14,11 +14,8 @@
          'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('python') # for gdbus-codegen
 optdepends=('unzip: zipped skins support')
-provides=('audacious-player')
-conflicts=('audacious-player')
-replaces=('audacious-player')
 source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('51aea9e6a3b17f5209d49283a2dee8b9a7cd7ea96028316909da9f0bfe931f09')
+sha256sums=('1f58858f9789e867c513b5272987f13bdfb09332b03c2814ad4c6e29f525e35c')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -25,6 +22,7 @@
 
   ./configure \
     --prefix=/usr \
+    --disable-gtk \
     --with-buildstamp='Arch Linux'
   make
 }



More information about the arch-commits mailing list