diff options
Diffstat (limited to 'extra/xorg-luit/PKGBUILD')
-rw-r--r-- | extra/xorg-luit/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/xorg-luit/PKGBUILD b/extra/xorg-luit/PKGBUILD index bd7a295fe..747a4630f 100644 --- a/extra/xorg-luit/PKGBUILD +++ b/extra/xorg-luit/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 149218 2012-02-06 13:34:22Z jgc $ +# $Id: PKGBUILD 154146 2012-03-23 17:27:51Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-luit -pkgver=1.1.0 -pkgrel=3 +pkgver=1.1.1 +pkgrel=1 pkgdesc="Filter that can be run between an arbitrary application and a UTF-8 terminal emulator" arch=(i686 x86_64 'mips64el') url="http://xorg.freedesktop.org/" @@ -12,7 +12,7 @@ depends=('libfontenc') groups=('xorg' 'xorg-apps') makedepends=('xorg-util-macros') source=(http://xorg.freedesktop.org/archive/individual/app/luit-${pkgver}.tar.bz2) -sha1sums=('fa974b417f6b65c241398d8d011207c6facb0766') +sha1sums=('3130c14d7267cecce0ba2280643844b48cca49b0') build() { cd "${srcdir}/luit-${pkgver}" |