summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-09-04 15:37:56 +0200
committerhaawda2021-09-04 15:37:56 +0200
commit015fcf87cd465c90611ecce3afc3fbb1465c4844 (patch)
tree9d2bb2f5ffc6d14260becdd88738c8292459a2a0
parent8dd603179fef8f37c736f8232218532b0bfc2b1d (diff)
downloadaur-015fcf87cd465c90611ecce3afc3fbb1465c4844.tar.gz
update, doc sources were fixed upstream
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d35b69334d7..884f443fc7dc 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.76
+ pkgver = 3.77
pkgrel = 1
url = http://www.pstoedit.net/
arch = i686
@@ -11,10 +11,10 @@ pkgbase = pstoedit-emf
depends = gd
depends = imagemagick
depends = libemf
- provides = pstoedit=3.76
+ provides = pstoedit=3.77
conflicts = pstoedit
options = !makeflags
- source = pstoedit-emf-3.76.tar.gz::http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-3.76.tar.gz
- sha256sums = 8cfd97eae18f138ef255b88b3d8a405734d20ea1b6acaa7706980b8fd8e4ce41
+ source = pstoedit-emf-3.77.tar.gz::http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-3.77.tar.gz
+ sha256sums = 9a6c6b02ea91e9f836448ccc5a614caa514a9ba17e94f1d6c0babc72a4395b09
pkgname = pstoedit-emf
diff --git a/PKGBUILD b/PKGBUILD
index 33792f8e979e..335f8c36fa77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=pstoedit
pkgname=$_pkgname-emf
-pkgver=3.76
+pkgver=3.77
pkgrel=1
pkgdesc="Translates PostScript and PDF graphics into other vector formats, with EMF support"
arch=('i686' 'x86_64')
@@ -16,11 +16,11 @@ options=('!makeflags')
conflicts=("$_pkgname")
provides=("$_pkgname=$pkgver")
source=("${pkgname}-${pkgver}.tar.gz::http://downloads.sourceforge.net/sourceforge/$_pkgname/$_pkgname-${pkgver}.tar.gz")
-sha256sums=('8cfd97eae18f138ef255b88b3d8a405734d20ea1b6acaa7706980b8fd8e4ce41')
+sha256sums=('9a6c6b02ea91e9f836448ccc5a614caa514a9ba17e94f1d6c0babc72a4395b09')
build() {
cd ${_pkgname}-$pkgver
- ./configure --prefix=/usr --with-emf --disable-docs
+ ./configure --prefix=/usr --with-emf
make
}