summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-13 21:07:20 +0300
committerDimitris Kiziridis2020-04-13 21:07:20 +0300
commit148ec457f07fab8511cd79e40b96bf270610d468 (patch)
tree87e4904c62af670cfc67cebe1a15afc348122241
parent38b7ad83282980b36a804be9139fadb137c7c487 (diff)
downloadaur-148ec457f07fab8511cd79e40b96bf270610d468.tar.gz
Update to 3.75
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 10 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fc582d74bb9..92c98fc3f71a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pstoedit-emf
pkgdesc = Translates PostScript and PDF graphics into other vector formats, with EMF support
- pkgver = 3.73
+ pkgver = 3.75
pkgrel = 1
url = http://www.pstoedit.net/
arch = i686
@@ -12,11 +12,11 @@ pkgbase = pstoedit-emf
depends = gd
depends = imagemagick
depends = libemf
- provides = pstoedit=3.73
+ provides = pstoedit=3.75
conflicts = pstoedit
options = !makeflags
- source = http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-3.73.tar.gz
- sha256sums = ad31d13bf4dd1b9e2590dccdbe9e4abe74727aaa16376be85cd5d854f79bf290
+ source = http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-3.75.tar.gz
+ md5sums = a1965d0fcc4e151a265907865078d2c4
pkgname = pstoedit-emf
diff --git a/PKGBUILD b/PKGBUILD
index a4009506b1e7..2389b32784a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
+# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
# Contributor: lily wilson <hotaru@thinkindifferent.net>
-# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
_pkgname=pstoedit
pkgname=$_pkgname-emf
-pkgver=3.73
+pkgver=3.75
pkgrel=1
pkgdesc="Translates PostScript and PDF graphics into other vector formats, with EMF support"
arch=('i686' 'x86_64')
@@ -15,20 +16,15 @@ options=('!makeflags')
conflicts=("$_pkgname")
provides=("$_pkgname=$pkgver")
source=("http://downloads.sourceforge.net/sourceforge/$_pkgname/$_pkgname-${pkgver}.tar.gz")
-sha256sums=('ad31d13bf4dd1b9e2590dccdbe9e4abe74727aaa16376be85cd5d854f79bf290')
-
-prepare() {
- cd ${_pkgname}-$pkgver
- sed -i 's/-pedantic//' configure
-}
+md5sums=('a1965d0fcc4e151a265907865078d2c4')
build() {
cd ${_pkgname}-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --with-emf
make
}
package() {
cd ${_pkgname}-$pkgver
make DESTDIR="${pkgdir}" install
-}
+} \ No newline at end of file