summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriele Musco2022-09-22 22:15:57 +0200
committerGabriele Musco2022-09-22 22:15:57 +0200
commit90dae9ef6e9a7a932bd520fe1779a2b349b87107 (patch)
treef638531bde449e576b133614db6d61a06a3a2104
parent21c82549dddd7f48144747908ec6d5e9d270cdbb (diff)
downloadaur-python-syndom-git.tar.gz
updated dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c3333fcc0e9..6bafb4a2cb74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-syndom-git
pkgdesc = A simple RSS/Atom parser library in C++, with python bindings
- pkgver = e503361
+ pkgver = f64caab
pkgrel = 1
url = https://gitlab.com/gabmus/syndication-domination
arch = any
@@ -13,6 +13,7 @@ pkgbase = python-syndom-git
depends = pugixml
depends = pybind11
depends = tidy
+ depends = fmt
provides = python-syndom
conflicts = python-syndom
source = python-syndom::git+https://gitlab.com/GabMus/syndication-domination.git
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}")