summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPřemysl Eric Janouch2021-10-27 09:55:21 +0200
committerPřemysl Eric Janouch2021-10-27 09:55:21 +0200
commitf42c4286fbdfec02335b39fc24b21fd6b6370692 (patch)
tree293514b0b9771f1015607beb41801c583b37fb28
parent9e97c7409fc98d7bbc3f72ddfc0276ea1ebdf90a (diff)
downloadaur-f42c4286fbdfec02335b39fc24b21fd6b6370692.tar.gz
Add librsvg to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d9642a8e02a..4c064f220aa7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sdtui-git
pkgdesc = StarDict TUI and GUI
- pkgver = r243.5190601
+ pkgver = r254.46e9b7b
pkgrel = 1
url = https://git.janouch.name/p/sdtui
arch = i686
@@ -10,6 +10,7 @@ pkgbase = sdtui-git
makedepends = pkg-config
makedepends = git
makedepends = asciidoctor
+ makedepends = librsvg
depends = zlib
depends = glib2
depends = ncurses
diff --git a/PKGBUILD b/PKGBUILD
index b7499f9d3ba1..b7aa07b9570b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Přemysl Eric Janouch <p@janouch.name>
pkgname=sdtui-git
_pkgname=sdtui
-pkgver=r243.5190601
+pkgver=r254.46e9b7b
pkgrel=1
pkgdesc="StarDict TUI and GUI"
url="https://git.janouch.name/p/sdtui"
@@ -10,7 +10,7 @@ license=('custom:0BSD')
options=(zipman)
conflicts=('sdtui')
provides=('sdtui')
-makedepends=('cmake' 'pkg-config' 'git' 'asciidoctor')
+makedepends=('cmake' 'pkg-config' 'git' 'asciidoctor' 'librsvg')
depends=('zlib' 'glib2' 'ncurses' 'pango')
optdepends=('libxcb: X11 selection watcher' 'gtk3: sdgui')
source=("git+https://git.janouch.name/p/$_pkgname")