diff options
Diffstat (limited to 'extra/xorg-xfontsel/PKGBUILD')
-rw-r--r-- | extra/xorg-xfontsel/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/xorg-xfontsel/PKGBUILD b/extra/xorg-xfontsel/PKGBUILD index 1a8df4cb6..533c1a102 100644 --- a/extra/xorg-xfontsel/PKGBUILD +++ b/extra/xorg-xfontsel/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 154158 2012-03-23 20:07:28Z andyrtr $ +# $Id: PKGBUILD 185743 2013-05-18 09:28:36Z bisson $ # Contributor: Jan de Groot <jgc@archlinux.org> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=xorg-xfontsel -pkgver=1.0.4 +pkgver=1.0.5 pkgrel=1 pkgdesc='Point and click selection of X11 font names' url='http://xorg.freedesktop.org/' @@ -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=('8e3da9d050ad71531bfeb98d5f1071c7b392b3bd') +sha1sums=('fbd8fa8a1c87d8da2e71def964e97bca1d4c4adf') build() { cd "${srcdir}/xfontsel-${pkgver}" |