Date: Sunday, March 1, 2015 @ 07:16:10 Author: foutrelis Revision: 232143
upgpkg: libxfce4ui 4.12.0-1 New upstream release. Modified: libxfce4ui/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-01 06:13:31 UTC (rev 232142) +++ PKGBUILD 2015-03-01 06:16:10 UTC (rev 232143) @@ -3,19 +3,19 @@ # Contributor: Xavier Devlamynck <[email protected]> pkgname=libxfce4ui -pkgver=4.10.0 -pkgrel=2 +pkgver=4.12.0 +pkgrel=1 pkgdesc="Commonly used Xfce widgets among Xfce applications" arch=('i686' 'x86_64') url="http://www.xfce.org/" license=('GPL2') -depends=('libxfce4util' 'gtk2' 'xfconf' 'libsm' 'startup-notification' +depends=('libxfce4util' 'gtk2' 'gtk3' 'xfconf' 'libsm' 'startup-notification' 'hicolor-icon-theme') makedepends=('intltool' 'gtk-doc') #replaces=('libxfcegui4') - later when all is ported install=$pkgname.install -source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2) -sha256sums=('a2b9fa288ccb5f16fa13264e507ba3f7b8da0176da259a11239f21538c0ea3e2') +source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) +sha256sums=('011d9532337a8d0c4d6d2c4dfc854b4f298dbad0e9513b3495a573673b863987') build() { cd "$srcdir/$pkgname-$pkgver"
