[arch-commits] Commit in feedreader/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sun Aug 26 13:22:17 UTC 2018
Date: Sunday, August 26, 2018 @ 13:22:16
Author: bgyorgy
Revision: 374224
upgpkg: feedreader 2.2.1-1
Update to new version
Modified:
feedreader/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-26 13:16:14 UTC (rev 374223)
+++ PKGBUILD 2018-08-26 13:22:16 UTC (rev 374224)
@@ -8,7 +8,7 @@
pkgname=feedreader
_pkgname=FeedReader
-pkgver=2.2
+pkgver=2.2.1
pkgrel=1
pkgdesc="Modern desktop application designed to complement existing web-based RSS accounts"
arch=(x86_64)
@@ -16,7 +16,7 @@
license=(GPL3)
depends=(curl gnome-keyring gnome-online-accounts libgee libpeas)
makedepends=(git gobject-introspection meson vala)
-_commit=61f6331e700421ca917a309df9efa2e119890ba5 # tags/v2.2
+_commit=0e74da41af7fe7d347a9881da6b28d917c226354 # tags/2.2.1
source=("git+https://github.com/jangernert/$_pkgname#commit=$_commit"
"git+https://github.com/fivefilters/ftr-site-config")
sha256sums=('SKIP'
@@ -31,11 +31,6 @@
cd $_pkgname
git config submodule.data/GrabberConfig.url "$srcdir/ftr-site-config"
git submodule update --init
-
- # Revert bad commit
- # https://github.com/jangernert/FeedReader/issues/677
- git revert -n ccb7a52d67d9fe78f663cf6cc991ea51882f453e
- git revert -n b5ab26de2928e011ceafeb87e0f20131764e7021
}
build() {
More information about the arch-commits
mailing list