mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/feedreader to 2.6.1-1
This commit is contained in:
parent
79f631521a
commit
dac762e328
1 changed files with 2 additions and 7 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
|
||||
# Contributor: Andrew O'Neill <andrew at meanjollies dot com>
|
||||
# Contributor: poisonby <poisonby@tutanota.com>
|
||||
|
@ -11,7 +10,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)
|
||||
|
@ -19,12 +18,10 @@ url="https://jangernert.github.io/FeedReader/"
|
|||
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
|
||||
_commit=3cc7df1812ddbd484ac1493d178d1ad58b389d4b # tags/v2.6.1
|
||||
source=("git+https://github.com/jangernert/$_pkgname#commit=$_commit"
|
||||
"git+https://github.com/fivefilters/ftr-site-config"
|
||||
'0001-fix-finding-curl.patch')
|
||||
sha256sums=('SKIP'
|
||||
'SKIP'
|
||||
'e6a2c27346d8679d11c09890ad38971ea640254537a3b2ac12beb84f393d04ef')
|
||||
|
||||
pkgver() {
|
||||
|
@ -34,8 +31,6 @@ pkgver() {
|
|||
|
||||
prepare() {
|
||||
cd $_pkgname
|
||||
git config submodule.data/GrabberConfig.url "$srcdir/ftr-site-config"
|
||||
git submodule update --init
|
||||
patch -p1 -i ../0001-fix-finding-curl.patch
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue