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

Jelle van der Waa jelle at archlinux.org
Thu Apr 19 19:53:38 UTC 2018


    Date: Thursday, April 19, 2018 @ 19:53:38
  Author: jelle
Revision: 322447

upgpkg: xfig 3.2.7-1

Fixes CVE-2017-16899 and adds missing dep libxpm

Modified:
  xfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-19 18:06:46 UTC (rev 322446)
+++ PKGBUILD	2018-04-19 19:53:38 UTC (rev 322447)
@@ -2,20 +2,20 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=xfig
-pkgver=3.2.6.a
-_pkgver=3.2.6a
+pkgver=3.2.7
+_pkgver=3.2.7
 pkgrel=1
 pkgdesc="An interactive drawing tool"
 arch=('x86_64')
 url="http://mcj.sourceforge.net/"
 license=('custom')
-depends=('libjpeg' 'xaw3d' 'xorg-fonts-75dpi' 'xorg-fonts-100dpi' 'libpng')
+depends=('libjpeg' 'xaw3d' 'xorg-fonts-75dpi' 'xorg-fonts-100dpi' 'libpng' 'libxpm')
 optdepends=('fig2dev: to use the frontend to convert fig files')
 options=('!makeflags' '!emptydirs')
 source=(http://downloads.sourceforge.net/mcj/${pkgname}-${_pkgver}.tar.xz
 	xfig-aspell.patch xfig-3.2.5-color-resources.patch
         LICENSE)
-sha1sums=('6413bd1884b6bcb8ea8e53a2511856334b30bb5f'
+sha1sums=('bc426557aafb1ef9af462578d1f63c77da2858d5'
           'a57fcc3c8396d58b19061f9cdd93beea728e38e5'
           'dd41e0a007bb74b74e1af50b6b04aa6aec61ab22'
           '31edf4cfab708820ea3f114d095dfef5aa88e5aa')
@@ -22,8 +22,8 @@
 
 prepare() {
   cd ${pkgname}-${_pkgver}
-  patch -p1 -i "${srcdir}/xfig-aspell.patch"
-  patch -p1 -i "${srcdir}/xfig-3.2.5-color-resources.patch"
+   patch -p1 -i "${srcdir}/xfig-aspell.patch"
+   patch -p1 -i "${srcdir}/xfig-3.2.5-color-resources.patch"
 }
 
 build() {



More information about the arch-commits mailing list