summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Vital2022-06-08 16:46:26 +0200
committerAnthony Vital2022-06-08 16:46:26 +0200
commit78baa24e584e543437757ac0aa384fcf844fbb24 (patch)
tree3d17c970d8a0e659ae4075ded457e67e1ebb555a /PKGBUILD
parent3746cc1839cca5745a3750da8a1843b834fda094 (diff)
downloadaur-78baa24e584e543437757ac0aa384fcf844fbb24.tar.gz
v1.2 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 820caeba9f31..83fb0e64d130 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
-# Maintainer: Erica Clawson <blargle.ragequit@gmail.com>
+# Maintainer: Anthony Vital <anthony.vital@gmail.com>
+# Contributor: 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=3
+pkgver=1.2
+pkgrel=1
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' 'qt5-xmlpatterns')
-makedepends=('extra-cmake-modules')
+depends=('plasma-framework' 'hicolor-icon-theme' 'knotifications' 'qt5-xmlpatterns' 'kaccounts-integration')
+makedepends=('extra-cmake-modules' 'intltool')
install=${pkgname}.install
-source=('https://github.com/anthon38/gmailfeed/archive/v1.1.tar.gz')
-md5sums=('dce518313585f1e1c4da2cbdf0f8c676')
+source=('https://github.com/anthon38/gmailfeed/archive/v1.2.tar.gz')
+md5sums=('271f8f6b308a5130bdaa475b0cac4bee')
build() {
cd "${_pkgname}-${pkgver}"