summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-10-21 15:53:49 +0200
committerhaawda2020-10-21 15:53:49 +0200
commit4b30692f3dc10433fb00563c11e0300aa8a26d4c (patch)
tree7db1f6cd566478d6e576a40208f7cba19e2522f2
parent72a5e8e6fc49e038d63e46bf76a2eb32ab4c20b0 (diff)
downloadaur-4b30692f3dc10433fb00563c11e0300aa8a26d4c.tar.gz
fix poppler dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b41604d1920..6c0346bd7b4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dia-git
pkgdesc = A GTK+ based diagram creation program (GIT VERSION)
pkgver = 6604.6063d791
- pkgrel = 1
+ pkgrel = 3
url = http://live.gnome.org/Dia
arch = x86_64
license = GPL
@@ -14,9 +14,8 @@ pkgbase = dia-git
depends = libxslt
depends = gtk2
depends = python
- depends = libpoppler
+ depends = poppler
depends = graphene
- optdepends = python2
provides = dia
conflicts = dia
options = docs
diff --git a/PKGBUILD b/PKGBUILD
index d9c1cbd74a54..a26c49a793c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,13 @@
pkgname=dia-git
_pkgname=dia
pkgver=6604.6063d791
-pkgrel=1
+pkgrel=3
pkgdesc="A GTK+ based diagram creation program (GIT VERSION)"
arch=('x86_64')
license=('GPL')
url="http://live.gnome.org/Dia"
-depends=('libxslt' 'gtk2' 'python' 'libpoppler' 'graphene')
+depends=('libxslt' 'gtk2' 'python' 'poppler' 'graphene')
makedepends=('git' 'cmake' 'meson' 'intltool' 'dblatex' 'docbook-xsl')
-optdepends=('python2')
provides=('dia')
conflicts=('dia')
options=('docs' '!emptydirs')