[arch-commits] Commit in feedreader/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Tue Dec 11 11:42:15 UTC 2018


    Date: Tuesday, December 11, 2018 @ 11:42:15
  Author: bgyorgy
Revision: 415300

upgpkg: feedreader 2.6.1-1

Update to new version

Modified:
  feedreader/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-11 11:31:53 UTC (rev 415299)
+++ PKGBUILD	2018-12-11 11:42:15 UTC (rev 415300)
@@ -7,7 +7,7 @@
 
 pkgname=feedreader
 _pkgname=FeedReader
-pkgver=2.3.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="Modern desktop application designed to complement existing web-based RSS accounts"
 arch=(x86_64)
@@ -15,11 +15,9 @@
 license=(GPL3)
 depends=(curl gnome-keyring gnome-online-accounts gumbo-parser libgee libpeas)
 makedepends=(git gobject-introspection meson vala)
-_commit=b187ce0f2fd1c916c42db4c0129a5fae6156572d  # tags/v2.3.0
-source=("git+https://github.com/jangernert/$_pkgname#commit=$_commit"
-        "git+https://github.com/fivefilters/ftr-site-config")
-sha256sums=('SKIP'
-            'SKIP')
+_commit=3cc7df1812ddbd484ac1493d178d1ad58b389d4b  # tags/v2.6.1
+source=("git+https://github.com/jangernert/$_pkgname#commit=$_commit")
+sha256sums=('SKIP')
 
 pkgver() {
   cd $_pkgname
@@ -26,12 +24,6 @@
   git describe --tags | sed 's/^v//;s/-/+/g'
 }
 
-prepare() {
-  cd $_pkgname
-  git config submodule.data/GrabberConfig.url "$srcdir/ftr-site-config"
-  git submodule update --init
-}
-
 build() {
   arch-meson $_pkgname build
   ninja -C build



More information about the arch-commits mailing list