summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author[scujas]2015-09-30 11:28:14 +0200
committer[scujas]2015-09-30 11:28:14 +0200
commit869108ba12c29b8ffda1250b67baf0d0a14e6f65 (patch)
tree4bc909f539817b3b3698f7fb27bcd53198b5ccd9 /PKGBUILD
parent49e4c72257df656f7c0c1753e4e7104186be4251 (diff)
downloadaur-869108ba12c29b8ffda1250b67baf0d0a14e6f65.tar.gz
added libgee as dependency
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cd34f203a08..903b93724f8e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=feedreader
pkgver=1.2.1
-pkgrel=3
+pkgrel=4
pkgdesc='A simple feedreader client for web services like Tiny Tiny RSS and in the future others.'
arch=('i686' 'x86_64')
url='https://launchpad.net/feedreader'
license=('GPL3')
-depends=('sqlite3' 'gtk3' 'webkit2gtk' 'libnotify' 'html2text-with-utf8' 'libsoup' 'json-glib' 'libsecret')
+depends=('sqlite3' 'gtk3' 'webkit2gtk' 'libnotify' 'html2text-with-utf8' 'libsoup' 'libgee' 'json-glib' 'libsecret')
makedepends=('vala' 'gobject-introspection' 'cmake')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")