summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0b6399c79c8..7c3333fcc0e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = python-syndom-git
pkgdesc = A simple RSS/Atom parser library in C++, with python bindings
- pkgver = 8c9344c
+ pkgver = e503361
pkgrel = 1
url = https://gitlab.com/gabmus/syndication-domination
arch = any
license = AGPL3
makedepends = git
makedepends = meson
+ makedepends = pybind11
+ makedepends = cmake
depends = python
depends = pugixml
depends = pybind11
diff --git a/PKGBUILD b/PKGBUILD
index 786ce3674faf..acd69dd979dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Upstream URL: https://gitlab.com/gabmus/syndication-domination
pkgname=python-syndom-git
-pkgver=8c9344c
+pkgver=e503361
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')
-makedepends=('git' 'meson')
+makedepends=('git' 'meson' 'pybind11' 'cmake')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+https://gitlab.com/GabMus/syndication-domination.git")