summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-01-24 09:05:08 +0100
committerhaawda2018-01-24 09:05:08 +0100
commit8f371cba5e4879d66784588ad357855165357168 (patch)
tree4d25ad0121a7ca9b128751dfcdc2c71dd766ed26
parent493a0bf3447836e75df267434bd44bd640e2f095 (diff)
downloadaur-8f371cba5e4879d66784588ad357855165357168.tar.gz
add pygtk as optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1706782baba..d59ba535e574 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = textext
pkgdesc = An inkscape extension which lets you add LaTeX equations to your drawings
pkgver = 0.4.4
- pkgrel = 5
+ pkgrel = 6
url = http://pav.iki.fi/software/textext/
arch = any
license = custom:BSD
@@ -9,6 +9,7 @@ pkgbase = textext
depends = texlive-core
depends = python2
optdepends = pdf2svg
+ optdepends = pygtk
source = http://pav.iki.fi/_downloads/textext-0.4.4.tar.gz
source = LICENSE.txt
md5sums = 5dbb18bf762565196f8ac1f68f8607e3
diff --git a/PKGBUILD b/PKGBUILD
index 868074e854e3..da73549f5bd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=textext
pkgver=0.4.4
-pkgrel=5
+pkgrel=6
pkgdesc="An inkscape extension which lets you add LaTeX equations to your drawings"
arch=('any')
license=('custom:BSD')
url="http://pav.iki.fi/software/textext/"
depends=('inkscape' 'texlive-core' 'python2')
-optdepends=('pdf2svg')
+optdepends=('pdf2svg' 'pygtk')
source=("http://pav.iki.fi/_downloads/$pkgname-$pkgver.tar.gz" LICENSE.txt)
md5sums=('5dbb18bf762565196f8ac1f68f8607e3'
'91da7de463147c1c78b1c2e6f24da380')