summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-02-24 16:41:45 -0500
committerCarlos Aznarán2024-02-24 16:41:45 -0500
commit0dc204d9feacdd80ae4b27c67eadaa76860d6c50 (patch)
tree33c83c53734c1f9498ec282c4c17cf32034921b4
parent9e6a624ea4adfbef4f2c4e66596b4399d840ded2 (diff)
downloadaur-textext.tar.gz
Bump version to 1.10.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 796ab63adf8e..740edd734d27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = textext
pkgdesc = Re-editable LaTeX graphics for Inkscape
- pkgver = 1.10.1
+ pkgver = 1.10.2
pkgrel = 1
url = https://textext.github.io/textext
arch = any
- license = custom:BSD-3-clause
+ license = BSD-3-clause
makedepends = git
depends = inkscape
depends = texlive-latexextra
@@ -13,7 +13,7 @@ pkgbase = textext
depends = python-gobject
depends = python-cssselect
optdepends = typst: for typst compiler support
- source = git+https://github.com/textext/textext.git?signed#tag=1.10.1
+ source = git+https://github.com/textext/textext.git?signed#tag=1.10.2
validpgpkeys = 32746E27876C1E5418BBBF7F7A9964831E98EED5
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7ced423cf1f7..9fadc6cdea8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
# Contributor: Joel Schaerer <joel.schaerer@laposte.net>
pkgname=textext
-pkgver=1.10.1
+pkgver=1.10.2
pkgrel=1
pkgdesc="Re-editable LaTeX graphics for Inkscape"
arch=(any)
-license=('custom:BSD-3-clause')
+license=(BSD-3-clause)
url="https://${pkgname}.github.io/${pkgname}"
depends=(inkscape texlive-latexextra pdf2svg python-lxml python-gobject python-cssselect)
makedepends=(git)