Skip to content
Snippets Groups Projects
Verified Commit 25665efd authored by Antonio Rojas's avatar Antonio Rojas
Browse files

upgpkg: 1.0-3: Backport commit needed by gfeeds (FS#79167)

parent af9358b1
No related branches found
No related tags found
No related merge requests found
......@@ -2,15 +2,21 @@
pkgname=syndication-domination
pkgver=1.0
pkgrel=2
pkgrel=3
pkgdesc='A simple RSS/Atom parser library in C++'
arch=(x86_64)
url='https://gitlab.com/gabmus/syndication-domination'
license=(GPL3)
depends=(pugixml fmt tidy)
makedepends=(meson pybind11)
source=(https://gitlab.com/gabmus/syndication-domination/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('eb8a1d6b3ebc2e3997397b07fe75eb62e4c788ee37d8b2a12e72becd65cf479f')
source=(https://gitlab.com/gabmus/syndication-domination/-/archive/$pkgver/$pkgname-$pkgver.tar.gz
https://gitlab.com/gabmus/syndication-domination/-/commit/75920321.patch)
sha256sums=('eb8a1d6b3ebc2e3997397b07fe75eb62e4c788ee37d8b2a12e72becd65cf479f'
'f7a7b25338f632de1ed563efc50846d1b477da13ff6b7e417c73cacccfc0111f')
prepare() {
patch -d $pkgname-$pkgver -p1 < 75920321.patch # Needed for gfeeds
}
build() {
meson build $pkgname-$pkgver \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment