summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-11-23 10:43:12 +0100
committerhaawda2020-11-23 10:43:12 +0100
commitd21fa3b03efebe3d620a29fc8c0fa825a141b78a (patch)
tree67f615657fd78b9325b02e915ee966c00d09f207
parent07926fefd660853e35ef12ac27f2081cd618fe8c (diff)
downloadaur-d21fa3b03efebe3d620a29fc8c0fa825a141b78a.tar.gz
fixed dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb56781d11dd..15138e9d71dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = textext-git
pkgdesc = An inkscape extension which lets you add LaTeX equations to your drawings
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/textext/textext.git
arch = any
license = custom:BSD
- makedepends = mercurial
+ makedepends = git
depends = inkscape
- depends = python
+ depends = python-gobject
depends = texlive-core
provides = textext
conflicts = textext
diff --git a/PKGBUILD b/PKGBUILD
index abee00607c8c..8e586c7985e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=textext-git
pkgver=1.2.0
epoch=1
-pkgrel=1
+pkgrel=2
pkgdesc="An inkscape extension which lets you add LaTeX equations to your drawings"
arch=('any')
license=('custom:BSD')
url="https://github.com/textext/textext.git"
provides=('textext')
conflicts=('textext')
-makedepends=('mercurial')
-depends=('inkscape' 'python' 'texlive-core')
+makedepends=('git')
+depends=('inkscape' 'python-gobject' 'texlive-core')
source=("git+$url")
md5sums=('SKIP')