summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2018-03-16 08:59:39 -0500
committerXavierCLL2018-03-16 08:59:39 -0500
commit5e08aa3f9fc96c9767da93fc8d4f888c9b78fb05 (patch)
tree3bf479f1a7de52cd3f6a9e1b513796f32889504a
parent857db980a32611221d9dfdb5dba84d0567fd16a6 (diff)
downloadaur-5e08aa3f9fc96c9767da93fc8d4f888c9b78fb05.tar.gz
Updated to v54
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1264b07218b7..963c5c32f8b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = plasma5-applets-eventcalendar
- pkgdesc = Plasmoid for Plasma 5. An extended calendar with daily weather forecasts and events from Google Calendar.
- pkgver = 53
+ pkgdesc = An extended calendar plasmoid with daily weather forecasts and events from Google Calendar. Also includes a timer and 24 hour forecast graph.
+ pkgver = 54
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/eventcalendar-53.tar.gz
- md5sums = 91abd9b8cc6f7e8118cc851eedd4e025
+ source = https://github.com/Zren/plasma-applet-eventcalendar/archive/v54.tar.gz
+ md5sums = 0d761ca143539f1b71e01df566d95352
pkgname = plasma5-applets-eventcalendar
diff --git a/PKGBUILD b/PKGBUILD
index ba41cf505a7b..a1b1c64847da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: XavierCLL <xavier.corredor.llano (a) gmail.com>
pkgname=plasma5-applets-eventcalendar
-pkgver=53
+pkgver=54
pkgrel=1
-pkgdesc="Plasmoid for Plasma 5. An extended calendar with daily weather forecasts and events from Google Calendar."
+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')
url="https://store.kde.org/p/998901/"
license=('GPL')
depends=('plasma-workspace' 'qt5-graphicaleffects')
-source=("https://github.com/Zren/plasma-applet-eventcalendar/archive/eventcalendar-$pkgver.tar.gz")
-md5sums=('91abd9b8cc6f7e8118cc851eedd4e025')
+source=("https://github.com/Zren/plasma-applet-eventcalendar/archive/v$pkgver.tar.gz")
+md5sums=('0d761ca143539f1b71e01df566d95352')
package() {
- cd plasma-applet-eventcalendar-eventcalendar-$pkgver/package
-
- mkdir -p $pkgdir/usr/share/plasma/plasmoids/org.kde.plasma.eventcalendar
- cp -r * $pkgdir/usr/share/plasma/plasmoids/org.kde.plasma.eventcalendar
+ cd plasma-applet-eventcalendar-$pkgver/package
+
+ mkdir -p $pkgdir/usr/share/plasma/plasmoids/org.kde.plasma.eventcalendar
+ cp -r * $pkgdir/usr/share/plasma/plasmoids/org.kde.plasma.eventcalendar
}