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

Daniel Bermond dbermond at archlinux.org
Sat May 23 18:43:48 UTC 2020


    Date: Saturday, May 23, 2020 @ 18:43:48
  Author: dbermond
Revision: 632426

upgpkg: libemf 1.0.12-1

Modified:
  libemf/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 18:43:41 UTC (rev 632425)
+++ PKGBUILD	2020-05-23 18:43:48 UTC (rev 632426)
@@ -2,8 +2,8 @@
 # Contributor: lily wilson <hotaru at thinkindifferent.net>
 
 pkgname=libemf
-pkgver=1.0.11
-pkgrel=2
+pkgver=1.0.12
+pkgrel=1
 pkgdesc='Library implementation of ECMA-234 API for the generation of enhanced metafiles'
 arch=('x86_64')
 url='http://libemf.sourceforge.net/'
@@ -10,11 +10,10 @@
 license=('GPL' 'LGPL')
 depends=('gcc-libs')
 source=("https://sourceforge.net/projects/libemf/files/libemf/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('741a611ce1e9636b4f22e1cc4436b6e08c972b1464affa85b46ebd7d9441b6c4')
+sha256sums=('22e6f70986dc1ff8b85aa94f8ee45dd259034ad6476e42156ccf237e25c4d506')
 
 build() {
     cd "${pkgname}-${pkgver}"
-    
     ./configure \
         --prefix='/usr' \
         --enable-static='no' \
@@ -21,7 +20,6 @@
         --enable-shared='yes' \
         --enable-threads \
         --enable-editing
-        
     make
 }
 



More information about the arch-commits mailing list