summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-12-16 17:49:35 +0100
committerhaawda2018-12-16 17:49:35 +0100
commit38b7ad83282980b36a804be9139fadb137c7c487 (patch)
tree105e552beb0bfc4707d7b14880f68de4c77e05d9
parente8546ed02ef2c90b93b5224d5038cf088144a732 (diff)
downloadaur-38b7ad83282980b36a804be9139fadb137c7c487.tar.gz
adopted and updated
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e58502c9a04..9fc582d74bb9 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.70
+ pkgver = 3.73
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.70
+ provides = pstoedit=3.73
conflicts = pstoedit
options = !makeflags
- source = http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-3.70.tar.gz
- sha1sums = 657f8f7070fde1432cd65a34b6b1c4b5b42f8b50
+ source = http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-3.73.tar.gz
+ sha256sums = ad31d13bf4dd1b9e2590dccdbe9e4abe74727aaa16376be85cd5d854f79bf290
pkgname = pstoedit-emf
diff --git a/PKGBUILD b/PKGBUILD
index 7353679a75fd..a4009506b1e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: lily wilson <hotaru@thinkindifferent.net>
+# Contributor: lily wilson <hotaru@thinkindifferent.net>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
_pkgname=pstoedit
pkgname=$_pkgname-emf
-pkgver=3.70
+pkgver=3.73
pkgrel=1
pkgdesc="Translates PostScript and PDF graphics into other vector formats, with EMF support"
arch=('i686' 'x86_64')
@@ -14,20 +15,20 @@ options=('!makeflags')
conflicts=("$_pkgname")
provides=("$_pkgname=$pkgver")
source=("http://downloads.sourceforge.net/sourceforge/$_pkgname/$_pkgname-${pkgver}.tar.gz")
-sha1sums=('657f8f7070fde1432cd65a34b6b1c4b5b42f8b50')
+sha256sums=('ad31d13bf4dd1b9e2590dccdbe9e4abe74727aaa16376be85cd5d854f79bf290')
prepare() {
- cd "$srcdir/$_pkgname-$pkgver"
+ cd ${_pkgname}-$pkgver
sed -i 's/-pedantic//' configure
}
build() {
- cd "$srcdir/$_pkgname-$pkgver"
+ cd ${_pkgname}-$pkgver
./configure --prefix=/usr
make
}
package() {
- cd "$srcdir/$_pkgname-$pkgver"
+ cd ${_pkgname}-$pkgver
make DESTDIR="${pkgdir}" install
}