summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Kuntze2019-08-21 13:51:09 +0200
committerNoel Kuntze2019-08-21 13:51:09 +0200
commitea6dccead77b889693b5acc97616266c8e3d77a9 (patch)
tree74dbed3814a19e1d57eb673517a2e1ffc13942ff
parent62a734f5ee7a9781940829b7aa21e892fce34e96 (diff)
downloadaur-ea6dccead77b889693b5acc97616266c8e3d77a9.tar.gz
Bump PKGREL to 2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a248035499c8..a3004eb488fc 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.11.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/textext/textext
arch = any
license = custom:BSD
@@ -9,7 +9,9 @@ pkgbase = textext
depends = texlive-core
depends = python2
depends = pdf2svg
- optdepends = pygtk
+ depends = pygtk
+ depends = gnome-themes-extra
+ optdepends = pygtksourceview2
optdepends = imagemagick
source = textext-0.11.0.tar.gz::https://github.com/textext/textext/releases/download/0.11.0/TexText-Linux-0.11.0.tar.gz
sha256sums = 7c4f3ce72d75fcd42d3837189b2056e60575a7b646a5e520a31137ae16850ac0
diff --git a/PKGBUILD b/PKGBUILD
index c96c3ccd7c1e..d8956979c737 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=textext
_pkgname=TexText
pkgver=0.11.0
-pkgrel=1
+pkgrel=2
pkgdesc="An inkscape extension which lets you add LaTeX equations to your drawings"
arch=('any')
license=('custom:BSD')