summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD20
2 files changed, 20 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fadfdb9de68c..b1ea3eb65c3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gfeeds-git
pkgdesc = News reader for GNOME
- pkgver = 0.11.r1.g39463b1
+ pkgver = 0.12.r25.ga7c4d1c
pkgrel = 1
url = https://gitlab.com/gabmus/gnome-feeds
arch = any
@@ -21,6 +21,7 @@ pkgbase = gfeeds-git
depends = python-html5lib
depends = python-gobject
depends = gobject-introspection
+ depends = python-readability-lxml
provides = gfeeds
provides = gnome-feeds
conflicts = gnome-feeds
diff --git a/PKGBUILD b/PKGBUILD
index 7b742ffe8651..0c80db2d8c3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,29 @@
# Upstream URL: https://gitlab.com/gabmus/gnome-feeds
pkgname=gfeeds-git
-pkgver=0.11.r1.g39463b1
+pkgver=0.12.r25.ga7c4d1c
pkgrel=1
pkgdesc='News reader for GNOME'
arch=('any')
url='https://gitlab.com/gabmus/gnome-feeds'
license=('GPL3')
-depends=('gtk3' 'python' 'python-pytz' 'python-dateutil' 'python-pillow' 'libhandy' 'python-listparser' 'python-feedparser' 'python-requests' 'python-lxml' 'webkit2gtk' 'python-html5lib' 'python-gobject' 'gobject-introspection')
+depends=(
+ 'gtk3'
+ 'python'
+ 'python-pytz'
+ 'python-dateutil'
+ 'python-pillow'
+ 'libhandy'
+ 'python-listparser'
+ 'python-feedparser'
+ 'python-requests'
+ 'python-lxml'
+ 'webkit2gtk'
+ 'python-html5lib'
+ 'python-gobject'
+ 'gobject-introspection'
+ 'python-readability-lxml'
+)
replaces=(gnome-feeds gnome-feeds-git)
makedepends=('git' 'meson')
provides=('gfeeds' 'gnome-feeds')