summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErica Clawson2019-05-11 03:12:57 -0700
committerErica Clawson2019-05-11 03:12:57 -0700
commit1bc7e8d74488b5f26c736b839e49f2b15532c1a9 (patch)
treededa411d6049038e47bb1838b65b773185127ae9
parent714ae1dc732ee1ebe728ca9a9c4b6478297e77d1 (diff)
downloadaur-1bc7e8d74488b5f26c736b839e49f2b15532c1a9.tar.gz
added required dependency qt5-xmlpatterns
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 869f223715e3..820caeba9f31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Andrew Chen <andrew.chuanye.chen@gmail.com>
+# Maintainer: Erica Clawson <blargle.ragequit@gmail.com>
+# Contributor: Andrew Chen <andrew.chuanye.chen@gmail.com>
# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=kdeplasma-applets-gmailfeed
_pkgname=gmailfeed
pkgver=1.1
-pkgrel=2
+pkgrel=3
pkgdesc="A Plasma 5 plasmoid showing your Gmail feed."
arch=('i686' 'x86_64')
url="https://github.com/anthon38/gmailfeed"
license=('GPL3')
-depends=('plasma-framework' 'hicolor-icon-theme' 'knotifications')
+depends=('plasma-framework' 'hicolor-icon-theme' 'knotifications' 'qt5-xmlpatterns')
makedepends=('extra-cmake-modules')
install=${pkgname}.install
source=('https://github.com/anthon38/gmailfeed/archive/v1.1.tar.gz')