summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-09-04 16:04:22 +0200
committerhaawda2021-09-04 16:04:22 +0200
commit12a92297fd273aa60f9b672a5ad7e63ed862f32d (patch)
treec880aab38d7cdd71834e041a3df701669c82d4b9
parent015fcf87cd465c90611ecce3afc3fbb1465c4844 (diff)
downloadaur-12a92297fd273aa60f9b672a5ad7e63ed862f32d.tar.gz
add texlive-core makedependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 884f443fc7dc..97df7e709ee1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = pstoedit-emf
pkgdesc = Translates PostScript and PDF graphics into other vector formats, with EMF support
pkgver = 3.77
- pkgrel = 1
+ pkgrel = 2
url = http://www.pstoedit.net/
arch = i686
arch = x86_64
license = GPL
+ makedepends = texlive-core
depends = libzip
depends = plotutils
depends = gd
diff --git a/PKGBUILD b/PKGBUILD
index 335f8c36fa77..46ac5e523631 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
_pkgname=pstoedit
pkgname=$_pkgname-emf
pkgver=3.77
-pkgrel=1
+pkgrel=2
pkgdesc="Translates PostScript and PDF graphics into other vector formats, with EMF support"
arch=('i686' 'x86_64')
url="http://www.pstoedit.net/"
license=('GPL')
depends=('libzip' 'plotutils' 'gd' 'imagemagick' 'libemf')
-#makedepends=('ghostscript')
+makedepends=('texlive-core')
options=('!makeflags')
conflicts=("$_pkgname")
provides=("$_pkgname=$pkgver")