summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Kuntze2019-01-23 19:30:51 +0100
committerNoel Kuntze2019-01-23 19:30:51 +0100
commit0560ba4db214c010d48ff91d0bcb3c6f92fd6ebd (patch)
treecaa3d890fd2b9a2e09e6ed5999876347065717fa
parent91fe278aeadf34986095dd3fba8c14b0853c4bf3 (diff)
downloadaur-0560ba4db214c010d48ff91d0bcb3c6f92fd6ebd.tar.gz
Fix source URL array, bump pkgrel
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 527650e50bcb..c1232ab3cb04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Wed Jan 23 18:30:35 UTC 2019
pkgbase = textext
pkgdesc = An inkscape extension which lets you add LaTeX equations to your drawings
pkgver = 0.9.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/textext/textext
arch = any
license = custom:BSD
@@ -11,7 +13,7 @@ pkgbase = textext
optdepends = pdf2svg
optdepends = pygtk
optdepends = imagemagick6
- source = textext-0.9.1.tar.gz::https://github.com/textext/textext/releases/download/0.9.1/TexText-Linux-0.9.1.tgz
+ source = textext-0.9.1.tar.gz::https://github.com/textext/textext/releases/download/0.9.1/TexText-Linux-0.9.1.tar.gz
sha256sums = 5c48544b4c51547792909ba89fd27432b58bfb26d9d9c3131ab65ec809d8198b
pkgname = textext
diff --git a/PKGBUILD b/PKGBUILD
index deb54a262b0a..6a4efc527576 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,15 @@
pkgname=textext
_pkgname=TexText
pkgver=0.9.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"
depends=('inkscape' 'texlive-core' 'python2')
optdepends=('pdf2svg' 'pygtk' 'imagemagick6')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/textext/textext/releases/download/$pkgver/${_pkgname}-Linux-$pkgver.tgz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/textext/textext/releases/download/$pkgver/${_pkgname}-Linux-$pkgver.tar.gz")
+
sha256sums=('5c48544b4c51547792909ba89fd27432b58bfb26d9d9c3131ab65ec809d8198b')
package() {