[arch-commits] Commit in graphite/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Fri Sep 4 17:10:33 UTC 2015


    Date: Friday, September 4, 2015 @ 19:10:33
  Author: andyrtr
Revision: 245289

upgpkg: graphite 1:1.3.1-1

upstream update 1.3.1

Modified:
  graphite/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-04 17:03:04 UTC (rev 245288)
+++ PKGBUILD	2015-09-04 17:10:33 UTC (rev 245289)
@@ -2,7 +2,7 @@
 # Maintainer: AndyRTR <andyrtr at archlinux.org>
 
 pkgname=graphite
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
@@ -16,10 +16,10 @@
 options=('!emptydirs')
 source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
         graphite2-1.2.0-cmakepath.patch)
-md5sums=('ca6da3ba3ff914e4974c167a7a63a3ae'
-         '00353b67941dbc30b76a43253760769e')
+sha1sums=('e1d4b129b1fea1a44428da59f200c6a07dc5aad2'
+          '7283d73e21f28a0b4221af9ce7998d68fcced16a')
 
-build() {
+prepare() {
   cd "${srcdir}"
 
   # python2 fixes
@@ -29,7 +29,9 @@
   pushd graphite2-${pkgver}
   patch -Np1 -i ${srcdir}/graphite2-1.2.0-cmakepath.patch
   popd
-  
+}
+
+build() {
   mkdir build
   cd build
   cmake -G "Unix Makefiles" ../graphite2-${pkgver} \



More information about the arch-commits mailing list