summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriele Musco2020-09-23 12:55:29 +0200
committerGabriele Musco2020-09-23 12:55:29 +0200
commit1ad57f3d3c1a398066e4e19cbc8c305cfc0a17ab (patch)
tree487a878a93f7fafc59f34f6efaa8d02e2a3c0273
parent1f07e5fba5b64d08f43dc7cc91a1a1c4708459ff (diff)
downloadaur-1ad57f3d3c1a398066e4e19cbc8c305cfc0a17ab.tar.gz
updated to 0.15
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD36
2 files changed, 19 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74ad29595d5d..43bd6680c73d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gfeeds-git
pkgdesc = News reader for GNOME
- pkgver = 0.14.1.r0.g2d63e3b
+ pkgver = 0.15.r0.ge80b18f
pkgrel = 1
url = https://gitlab.com/gabmus/gnome-feeds
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 788ec343b351..f7149a7e7de8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,30 +2,30 @@
# Upstream URL: https://gitlab.com/gabmus/gnome-feeds
pkgname=gfeeds-git
-pkgver=0.14.1.r0.g2d63e3b
+pkgver=0.15.r0.ge80b18f
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'
- 'libhandy1>=0.83'
- 'python-listparser'
- 'python-feedparser'
- 'python-requests'
- 'python-lxml'
- 'webkit2gtk'
- 'python-html5lib'
- 'python-gobject'
- 'gobject-introspection'
- 'python-readability-lxml'
- 'python-pygments'
- 'python-beautifulsoup4'
+ 'gtk3'
+ 'python'
+ 'python-pytz'
+ 'python-dateutil'
+ 'python-pillow'
+ 'libhandy1>=0.83'
+ 'python-listparser'
+ 'python-feedparser'
+ 'python-requests'
+ 'python-lxml'
+ 'webkit2gtk'
+ 'python-html5lib'
+ 'python-gobject'
+ 'gobject-introspection'
+ 'python-readability-lxml'
+ 'python-pygments'
+ 'python-beautifulsoup4'
)
replaces=(gnome-feeds gnome-feeds-git)
makedepends=('git' 'meson')