summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-08-30 21:53:05 +0200
committerhaawda2021-08-30 21:53:05 +0200
commit2d0fd0f65e199c7c1027410422688f4cb421c1e7 (patch)
treec7b7eb8a757bd43a2baa3c0f64c1e778ed886fa8
parentb2a5b1ae6bb7d3de3ccc73a572253a7e314406a4 (diff)
downloadaur-2d0fd0f65e199c7c1027410422688f4cb421c1e7.tar.gz
update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71cab5e1e30e..42025f81475b 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.75
+ pkgver = 3.76
pkgrel = 1
url = http://www.pstoedit.net/
arch = i686
@@ -12,11 +12,10 @@ pkgbase = pstoedit-emf
depends = gd
depends = imagemagick
depends = libemf
- provides = pstoedit=3.75
+ provides = pstoedit=3.76
conflicts = pstoedit
options = !makeflags
- source = pstoedit-emf-3.75.tar.gz::http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-3.75.tar.gz
- sha256sums = b7b5d8510b40a5b148f7751268712fcfd0c1ed2bb46f359f655b6fcdc53364cf
+ source = pstoedit-emf-3.76.tar.gz::http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-3.76.tar.gz
+ sha256sums = 8cfd97eae18f138ef255b88b3d8a405734d20ea1b6acaa7706980b8fd8e4ce41
pkgname = pstoedit-emf
-
diff --git a/PKGBUILD b/PKGBUILD
index af91a742eaac..e64af91da649 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: lily wilson <hotaru@thinkindifferent.net>
-# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
+# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
_pkgname=pstoedit
pkgname=$_pkgname-emf
-pkgver=3.75
+pkgver=3.76
pkgrel=1
pkgdesc="Translates PostScript and PDF graphics into other vector formats, with EMF support"
arch=('i686' 'x86_64')
@@ -16,15 +16,15 @@ options=('!makeflags')
conflicts=("$_pkgname")
provides=("$_pkgname=$pkgver")
source=("${pkgname}-${pkgver}.tar.gz::http://downloads.sourceforge.net/sourceforge/$_pkgname/$_pkgname-${pkgver}.tar.gz")
-sha256sums=('b7b5d8510b40a5b148f7751268712fcfd0c1ed2bb46f359f655b6fcdc53364cf')
+sha256sums=('8cfd97eae18f138ef255b88b3d8a405734d20ea1b6acaa7706980b8fd8e4ce41')
build() {
cd ${_pkgname}-$pkgver
- ./configure --prefix=/usr --with-emf
+ ./configure --prefix=/usr --with-emf --disable-docs
make
}
package() {
cd ${_pkgname}-$pkgver
make DESTDIR="${pkgdir}" install
-} \ No newline at end of file
+}