From d63dfd5b75a0842d18b3dabdec03d321a2af63b7 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 29 Mar 2014 01:21:16 +0100 Subject: [PATCH] ghex: really correct short_desc for libgtkhex --- srcpkgs/ghex/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ghex/template b/srcpkgs/ghex/template index cec57425f16..92e7a4ef226 100644 --- a/srcpkgs/ghex/template +++ b/srcpkgs/ghex/template @@ -1,7 +1,7 @@ # Template file for 'ghex' pkgname=ghex version=3.10.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-schemas-compile --disable-static" hostmakedepends="pkg-config gtk-update-icon-cache intltool itstool" @@ -15,7 +15,7 @@ distfiles="${GNOME_SITE}/ghex/${version%.*}/ghex-$version.tar.xz" checksum=9c31383b1d32c8942ca0327c615336f5777309674c4fc090e8cceb1576c63255 libgtkhex_package() { - short_desc+="hex editor library" + short_desc="hex editor library" pkg_install() { vmove usr/lib/*.so.* }