summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZren2019-02-12 22:18:22 -0500
committerChris Holland2019-02-12 22:18:22 -0500
commitd2ff8e1f5edf98a100955815856a4118839d6704 (patch)
tree75e47b508ee649f90ca4fd0d2cb300b8a5051da8
parentc479a4c1148f4514ebd3b670aff1c81a27ff9cb8 (diff)
downloadaur-d2ff8e1f5edf98a100955815856a4118839d6704.tar.gz
v62
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bb5468196af..eb297862553c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = plasma5-applets-eventcalendar
pkgdesc = An extended calendar plasmoid with daily weather forecasts and events from Google Calendar. Also includes a timer and 24 hour forecast graph.
- pkgver = 61
+ pkgver = 62
pkgrel = 1
url = https://store.kde.org/p/998901/
arch = any
license = GPL
depends = plasma-workspace
depends = qt5-graphicaleffects
- source = https://github.com/Zren/plasma-applet-eventcalendar/archive/v61.tar.gz
- md5sums = dcfb8d28dd8e593e8b87604da5107a2c
+ source = https://github.com/Zren/plasma-applet-eventcalendar/archive/v62.tar.gz
+ md5sums = 97fcd6ea82066054104722ed87dba669
pkgname = plasma5-applets-eventcalendar
diff --git a/PKGBUILD b/PKGBUILD
index c6ff52e12a0f..c196d2eff68c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Zren <zrenfire@gmail.com>
pkgname=plasma5-applets-eventcalendar
-pkgver=61
+pkgver=62
pkgrel=1
pkgdesc="An extended calendar plasmoid with daily weather forecasts and events from Google Calendar. Also includes a timer and 24 hour forecast graph."
arch=('any')
@@ -10,7 +10,7 @@ url="https://store.kde.org/p/998901/"
license=('GPL')
depends=('plasma-workspace' 'qt5-graphicaleffects')
source=("https://github.com/Zren/plasma-applet-eventcalendar/archive/v$pkgver.tar.gz")
-md5sums=('dcfb8d28dd8e593e8b87604da5107a2c')
+md5sums=('97fcd6ea82066054104722ed87dba669')
package() {
cd plasma-applet-eventcalendar-$pkgver/package
@@ -18,3 +18,4 @@ package() {
mkdir -p $pkgdir/usr/share/plasma/plasmoids/org.kde.plasma.eventcalendar
cp -r * $pkgdir/usr/share/plasma/plasmoids/org.kde.plasma.eventcalendar
}
+