summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 13 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f397240ef59..97787810f518 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = gnome-feeds-git
+pkgbase = gfeeds-git
pkgdesc = News reader for GNOME
- pkgver = 0.7.r1.gae32fdf
+ pkgver = 0.8.r9.g5d9ca30
pkgrel = 1
url = https://gitlab.com/gabmus/gnome-feeds
arch = any
@@ -21,10 +21,15 @@ pkgbase = gnome-feeds-git
depends = python-html5lib
depends = python-gobject
depends = gobject-introspection
+ provides = gfeeds
provides = gnome-feeds
conflicts = gnome-feeds
+ conflicts = gnome-feeds-git
+ conflicts = gfeeds
+ replaces = gnome-feeds
+ replaces = gnome-feeds-git
source = gfeeds::git+https://gitlab.com/gabmus/gnome-feeds
sha256sums = SKIP
-pkgname = gnome-feeds-git
+pkgname = gfeeds-git
diff --git a/PKGBUILD b/PKGBUILD
index 97539620f002..4ba6146e622c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: Gabriele Musco <emaildigabry@gmail.com>
# Upstream URL: https://gitlab.com/gabmus/gnome-feeds
-pkgname=gnome-feeds-git
-pkgver=0.7.r1.gae32fdf
+pkgname=gfeeds-git
+pkgver=0.8.r9.g5d9ca30
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')
+replaces=(gnome-feeds gnome-feeds-git)
makedepends=('git' 'meson')
-provides=('gnome-feeds')
-conflicts=('gnome-feeds')
+provides=('gfeeds' 'gnome-feeds')
+conflicts=('gnome-feeds' 'gnome-feeds-git' 'gfeeds')
source=("gfeeds::git+https://gitlab.com/gabmus/gnome-feeds")
sha256sums=('SKIP')