summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-03-08 07:24:57 +0100
committerhaawda2018-03-08 07:24:57 +0100
commitde7c7979a6d3b90b0df9c26e6f9a8209c2cd145c (patch)
tree3b1a4e2bd7062d01b204bf22f11660444cf232aa
parentdb46a4a004afe7f4029a38cb70f6228bae4379c7 (diff)
downloadaur-de7c7979a6d3b90b0df9c26e6f9a8209c2cd145c.tar.gz
pull from github, update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26fe9bc33af7..32458210306c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = textext
pkgdesc = An inkscape extension which lets you add LaTeX equations to your drawings
- pkgver = 0.7
+ pkgver = 0.7.1
pkgrel = 1
url = http://pav.iki.fi/software/textext/
arch = any
@@ -10,8 +10,8 @@ pkgbase = textext
depends = python2
optdepends = pdf2svg
optdepends = pygtk
- source = https://bitbucket.org/pitgarbe/textext/downloads/TexText-Linux-0.7.tgz
- md5sums = ddeddf0f4bb3af5d497389c913ba0145
+ source = textext-0.7.1.tar.gz::https://github.com/textext/textext/releases/download/0.7.1/TexText-Linux-0.7.1.tgz
+ sha256sums = 5f409bec9bdeb9ab2eff9d8608d518f7f1156cfcc187caef9638371b5c2a9bbb
pkgname = textext
diff --git a/PKGBUILD b/PKGBUILD
index 88659532a306..8c31d8b3fd95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=textext
-pkgver=0.7
+_pkgname=TexText
+pkgver=0.7.1
pkgrel=1
pkgdesc="An inkscape extension which lets you add LaTeX equations to your drawings"
arch=('any')
@@ -10,8 +11,9 @@ license=('custom:BSD')
url="http://pav.iki.fi/software/textext/"
depends=('inkscape' 'texlive-core' 'python2')
optdepends=('pdf2svg' 'pygtk')
-source=("https://bitbucket.org/pitgarbe/textext/downloads/TexText-Linux-0.7.tgz")
-md5sums=('ddeddf0f4bb3af5d497389c913ba0145')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/textext/textext/releases/download/$pkgver/${_pkgname}-Linux-$pkgver.tgz")
+sha256sums=('5f409bec9bdeb9ab2eff9d8608d518f7f1156cfcc187caef9638371b5c2a9bbb')
+
prepare() {
sed -i '1s|python\>|python2|' $pkgname-$pkgver-linux/extension/textext.py
}