summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-08-30 21:53:43 +0200
committerhaawda2021-08-30 21:53:43 +0200
commit8dd603179fef8f37c736f8232218532b0bfc2b1d (patch)
tree39503fd1969fab8d83940376f702275a1aa72251
parent2d0fd0f65e199c7c1027410422688f4cb421c1e7 (diff)
downloadaur-8dd603179fef8f37c736f8232218532b0bfc2b1d.tar.gz
Update
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42025f81475b..9d35b69334d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = pstoedit-emf
arch = i686
arch = x86_64
license = GPL
- makedepends = ghostscript
depends = libzip
depends = plotutils
depends = gd
diff --git a/PKGBUILD b/PKGBUILD
index e64af91da649..33792f8e979e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
url="http://www.pstoedit.net/"
license=('GPL')
depends=('libzip' 'plotutils' 'gd' 'imagemagick' 'libemf')
-makedepends=('ghostscript')
+#makedepends=('ghostscript')
options=('!makeflags')
conflicts=("$_pkgname")
provides=("$_pkgname=$pkgver")
@@ -20,7 +20,7 @@ sha256sums=('8cfd97eae18f138ef255b88b3d8a405734d20ea1b6acaa7706980b8fd8e4ce41')
build() {
cd ${_pkgname}-$pkgver
- ./configure --prefix=/usr --with-emf --disable-docs
+ ./configure --prefix=/usr --with-emf --disable-docs
make
}