diff options
author | root <root@rshg054.dnsready.net> | 2011-12-28 23:14:43 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-28 23:14:43 +0000 |
commit | 5cd3c62bce23c2b25c28b22da71f664b48703ad2 (patch) | |
tree | aee847e5a2d7426a3e42bf6972f4af3f17864261 /extra/source-highlight/PKGBUILD | |
parent | b3288f94e625603d6b5b23740b721287e75eead7 (diff) |
Wed Dec 28 23:14:43 UTC 2011
Diffstat (limited to 'extra/source-highlight/PKGBUILD')
-rw-r--r-- | extra/source-highlight/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/source-highlight/PKGBUILD b/extra/source-highlight/PKGBUILD index 2b3619cbb..64ab42751 100644 --- a/extra/source-highlight/PKGBUILD +++ b/extra/source-highlight/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 144063 2011-12-02 20:54:47Z ibiru $ +# $Id: PKGBUILD 145696 2011-12-28 00:18:26Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=source-highlight -pkgver=3.1.5 -pkgrel=2 +pkgver=3.1.6 +pkgrel=1 pkgdesc="Convert source code to syntax highlighted document" arch=('i686' 'x86_64') url="http://www.gnu.org/software/src-highlite/" @@ -14,7 +14,7 @@ makedepends=('ctags' 'boost') options=('!libtool') install=$pkgname.install source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz") -md5sums=('3117ee47c1c6b0668667e20d2aca3757') +md5sums=('44856c15a5dc8694e30d92f640ed348f') build() { cd "${srcdir}/${pkgname}-${pkgver}" |