diff options
author | root <root@rshg054.dnsready.net> | 2013-05-25 00:28:13 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-25 00:28:13 -0700 |
commit | 2333a0e547f378ad697f35312d6ba6d3fbafb2c8 (patch) | |
tree | cb9c92701c40feb373936bffe4190081f8253170 /extra/graphite/PKGBUILD | |
parent | 0520c5091743d9910278e53fa32470b096825fb3 (diff) |
Sat May 25 00:28:12 PDT 2013
Diffstat (limited to 'extra/graphite/PKGBUILD')
-rw-r--r-- | extra/graphite/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/graphite/PKGBUILD b/extra/graphite/PKGBUILD index 914b2bc03..d07211f14 100644 --- a/extra/graphite/PKGBUILD +++ b/extra/graphite/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 179056 2013-03-02 11:28:27Z andyrtr $ +# $Id: PKGBUILD 186328 2013-05-24 20:18:53Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> pkgname=graphite -pkgver=1.2.1 +pkgver=1.2.2 pkgrel=1 epoch=1 arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ makedepends=('cmake' 'freetype2' 'python2') # 'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 'perl-module-build' 'icu') - only for docs - target doesn't install properly options=('!libtool' '!emptydirs') source=("http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz") -md5sums=('edf70ab2f7d789be219f47b1df00d67e') +md5sums=('4bfd5db6c91a4097cd76a699beaca70e') build() { cd "${srcdir}" |