summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpoisonby2016-09-12 12:07:03 +0200
committerpoisonby2016-09-12 12:07:03 +0200
commit54965fdacca31885e3993aa20978aec60fb73886 (patch)
treeba9ff79d54a85806c5c6ab11a4c49eae9900c1d4 /PKGBUILD
parent7e835c94e70e1120f38b291e53add13cc2c9fb92 (diff)
downloadaur-54965fdacca31885e3993aa20978aec60fb73886.tar.gz
Added gnome-keyring as a new dependency, updated url and added a new maintainer
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12e5ba1104ea..b2050da94a1f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Jason Scurtu (scujas) <jscurtu@gmail.com>
+# Maintainer: poisonby <poisonby@tutanota.com>
+# Contributor: Jason Scurtu (scujas) <jscurtu@gmail.com>
# Contributor: Marcin Tydelski <marcin.tydelski@gmail.com>
# Contributor: Jan Lukas Gernert (JeanLuc) <https://launchpad.net/~eviltwin1>
@@ -7,9 +8,9 @@ pkgver=1.6.2
pkgrel=1
pkgdesc='simple feedreader client for web services like Tiny Tiny RSS and others in the future'
arch=('i686' 'x86_64')
-url='https://launchpad.net/feedreader'
+url='http://jangernert.github.io/FeedReader/'
license=('GPL3')
-depends=('sqlite3' 'gtk3' 'webkit2gtk' 'libnotify' 'libsoup' 'libgee' 'json-glib' 'libsecret')
+depends=('sqlite3' 'gtk3' 'webkit2gtk' 'libnotify' 'libsoup' 'libgee' 'json-glib' 'libsecret' 'gnome-keyring')
makedepends=('vala' 'gobject-introspection' 'cmake')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")