diff options
Diffstat (limited to 'extra/xorg-xfontsel/PKGBUILD')
-rw-r--r-- | extra/xorg-xfontsel/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/xorg-xfontsel/PKGBUILD b/extra/xorg-xfontsel/PKGBUILD index 2ca62abd6..1a8df4cb6 100644 --- a/extra/xorg-xfontsel/PKGBUILD +++ b/extra/xorg-xfontsel/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 149201 2012-02-06 08:23:09Z bisson $ +# $Id: PKGBUILD 154158 2012-03-23 20:07:28Z andyrtr $ # Contributor: Jan de Groot <jgc@archlinux.org> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=xorg-xfontsel -pkgver=1.0.3 -pkgrel=2 +pkgver=1.0.4 +pkgrel=1 pkgdesc='Point and click selection of X11 font names' url='http://xorg.freedesktop.org/' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('custom') makedepends=('xorg-util-macros') depends=('libxaw' 'libxmu' 'libxt' 'libx11') source=("http://xorg.freedesktop.org/archive/individual/app/xfontsel-${pkgver}.tar.bz2") -sha1sums=('df2eb12b90339b7091bd362b095344015ec8b6fa') +sha1sums=('8e3da9d050ad71531bfeb98d5f1071c7b392b3bd') build() { cd "${srcdir}/xfontsel-${pkgver}" |