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

Eric Bélanger eric at archlinux.org
Sun Oct 14 15:01:17 UTC 2012


    Date: Sunday, October 14, 2012 @ 11:01:17
  Author: eric
Revision: 168698

upgpkg: xfce4-mixer 4.10.0-1

Upstream update, Add libunique depends

Modified:
  xfce4-mixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-14 14:55:36 UTC (rev 168697)
+++ PKGBUILD	2012-10-14 15:01:17 UTC (rev 168698)
@@ -2,19 +2,19 @@
 # Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
 
 pkgname=xfce4-mixer
-pkgver=4.8.0
-pkgrel=4
+pkgver=4.10.0
+pkgrel=1
 pkgdesc="The volume control plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/"
 license=('GPL2')
 groups=('xfce4')
-depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'hicolor-icon-theme')
+depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'libunique')
 makedepends=('intltool')
 options=('!libtool')
 install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/4.8/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9f9f48fdd0d3f6b1e46694b93a44d15b800db72a96d831b5111d9ac976970fab')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a8c589001b438171ea5a6b46ce9895c3ffbc5081ab67805ab9870e540068dade')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"




More information about the arch-commits mailing list