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

Gaetan Bisson bisson at archlinux.org
Sun Mar 1 00:19:41 UTC 2015


    Date: Sunday, March 1, 2015 @ 01:19:41
  Author: bisson
Revision: 232127

upstream update

Modified:
  audacious/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-01 00:17:25 UTC (rev 232126)
+++ PKGBUILD	2015-03-01 00:19:41 UTC (rev 232127)
@@ -4,8 +4,9 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=audacious
-pkgver=3.5.2
-pkgrel=2
+pkgver=3.6
+_pkgver=${pkgver}-gtk3
+pkgrel=1
 pkgdesc='Lightweight, advanced audio player focused on audio quality'
 url='http://audacious-media-player.org/'
 license=('custom:BSD')
@@ -14,8 +15,8 @@
          'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
 optdepends=('unzip: zipped skins support')
 makedepends=('python2') # for gdbus-codegen
-source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('1c92ddb079ec1b0109cd4bc65a1329db5eb8cb1b')
+source=("http://distfiles.audacious-media-player.org/${pkgname}-${_pkgver}.tar.bz2")
+sha1sums=('75b98f3e09c9a890e6ccb4c737ea864828f2b624')
 
 provides=('audacious-player')
 replaces=('audacious-player')
@@ -22,13 +23,13 @@
 install=install
 
 build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/${pkgname}-${_pkgver}"
 	./configure --prefix=/usr --with-buildstamp='Arch Linux'
 	make
 }
 
 package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/${pkgname}-${_pkgver}"
 	make DESTDIR="${pkgdir}" install
 	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



More information about the arch-commits mailing list