summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriele Musco2022-09-22 22:15:57 +0200
committerGabriele Musco2022-09-22 22:15:57 +0200
commit90dae9ef6e9a7a932bd520fe1779a2b349b87107 (patch)
treef638531bde449e576b133614db6d61a06a3a2104 /PKGBUILD
parent21c82549dddd7f48144747908ec6d5e9d270cdbb (diff)
downloadaur-python-syndom-git.tar.gz
updated dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acd69dd979dc..7c93b8deea7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Upstream URL: https://gitlab.com/gabmus/syndication-domination
pkgname=python-syndom-git
-pkgver=e503361
+pkgver=f64caab
pkgrel=1
pkgdesc="A simple RSS/Atom parser library in C++, with python bindings"
arch=('any')
url="https://gitlab.com/gabmus/syndication-domination"
license=('AGPL3')
-depends=('python' 'pugixml' 'pybind11' 'tidy')
+depends=('python' 'pugixml' 'pybind11' 'tidy' 'fmt')
makedepends=('git' 'meson' 'pybind11' 'cmake')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")