summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2023-04-10 18:59:57 +0200
committerhaawda2023-04-10 18:59:57 +0200
commita7e2f1b61c1690507ac12af2efe9a5daa8588eec (patch)
treee3ba616640a804fec30a7739ebfa3dc9b7712006
parentdacbc8291fe16e23e32db808f7b82b57f4861ec6 (diff)
downloadaur-a7e2f1b61c1690507ac12af2efe9a5daa8588eec.tar.gz
-m
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6c32e7b11c4..a24fc2d49807 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = setzer-git
pkgdesc = LaTeX editor written in Python with Gtk
- pkgver = 54.r8.ga82c88b
+ pkgver = 55
pkgrel = 1
url = https://www.cvfosammmm.org/setzer/
arch = any
@@ -19,6 +19,7 @@ pkgbase = setzer-git
depends = texlive-core
depends = webkit2gtk
depends = xdg-utils
+ depends = libhandy
provides = setzer
conflicts = setzer
source = git+https://github.com/cvfosammmm/Setzer.git
diff --git a/PKGBUILD b/PKGBUILD
index 7022771333a0..aa67f414890e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=setzer-git
-pkgver=54.r8.ga82c88b
+pkgver=55
pkgrel=1
pkgdesc='LaTeX editor written in Python with Gtk'
arch=('any')
@@ -11,7 +11,7 @@ url='https://www.cvfosammmm.org/setzer/'
license=('GPL3')
depends=('gspell' 'gtk3' 'gtksourceview4' 'poppler-glib' 'python-cairo'
'python-gobject' 'python-pdfminer' 'python-pyxdg' 'texlive-core'
- 'webkit2gtk' 'xdg-utils')
+ 'webkit2gtk' 'xdg-utils' 'libhandy')
makedepends=('appstream' 'git' 'meson')
provides=('setzer')
conflicts=('setzer')