diff options
Diffstat (limited to 'abs/core/xorg-luit')
-rw-r--r-- | abs/core/xorg-luit/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/abs/core/xorg-luit/PKGBUILD b/abs/core/xorg-luit/PKGBUILD index fd210c8..69b019b 100644 --- a/abs/core/xorg-luit/PKGBUILD +++ b/abs/core/xorg-luit/PKGBUILD @@ -3,9 +3,8 @@ pkgname=xorg-luit pkgver=1.1.0 -pkgrel=1 -pkgdesc="Filter that can be run between an arbitrary application and -a UTF-8 terminal emulator" +pkgrel=2 +pkgdesc="Filter that can be run between an arbitrary application and UTF-8 terminal emulator" arch=('i686' 'x86_64') url="http://xorg.freedesktop.org/" license=('custom') @@ -17,7 +16,7 @@ sha1sums=('fa974b417f6b65c241398d8d011207c6facb0766') build() { cd "${srcdir}/luit-${pkgver}" ./configure --prefix=/usr - make || return 1 + make } package() { cd "${srcdir}/luit-${pkgver}" |