[arch-commits] Commit in audacious/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Tue Jun 2 00:31:01 UTC 2020


    Date: Tuesday, June 2, 2020 @ 00:30:59
  Author: foutrelis
Revision: 388038

archrelease: copy trunk to extra-x86_64

Added:
  audacious/repos/extra-x86_64/PKGBUILD
    (from rev 388037, audacious/trunk/PKGBUILD)
Deleted:
  audacious/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-02 00:30:48 UTC (rev 388037)
+++ PKGBUILD	2020-06-02 00:30:59 UTC (rev 388038)
@@ -1,38 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=audacious
-pkgver=4.0.3
-pkgrel=1
-pkgdesc="Lightweight, advanced audio player focused on audio quality"
-arch=('x86_64')
-url="https://audacious-media-player.org/"
-license=('BSD')
-depends=('qt5-base' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
-         '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=('f30177c51857f32ac62b8a4d79e84ab19baf660da4b35abb7215dc8a231f76d6')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --with-buildstamp='Arch Linux'
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audacious/repos/extra-x86_64/PKGBUILD (from rev 388037, audacious/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-02 00:30:59 UTC (rev 388038)
@@ -0,0 +1,38 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=audacious
+pkgver=4.0.4
+pkgrel=1
+pkgdesc="Lightweight, advanced audio player focused on audio quality"
+arch=('x86_64')
+url="https://audacious-media-player.org/"
+license=('BSD')
+depends=('qt5-base' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
+         '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=('27fae151760cc65193f31224d5ba08fe9f52d2c31b9a688e8a5468b97f7c95bf')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --with-buildstamp='Arch Linux'
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list