summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkikadf2017-07-12 16:51:20 +0200
committerkikadf2017-07-12 16:51:20 +0200
commit96ec4612a16e7fb6a9eca7d987d43908e887d4b3 (patch)
treea07a0b57c3a4e3d029083af9d914250cf8e51483
parent3bab2bf5e1d029544344a0971ff2895f2ce8fad6 (diff)
downloadaur-96ec4612a16e7fb6a9eca7d987d43908e887d4b3.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d89495717584..6c1e7cc1a772 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plasma5-applets-todolist
pkgdesc = Extension of the kdeplasma-applets notes widget, where it's organized as a list
- pkgver = 5
+ pkgver = 6
pkgrel = 1
url = https://github.com/Zren/plasma-applets/tree/master/todolist
arch = any
@@ -8,9 +8,9 @@ pkgbase = plasma5-applets-todolist
makedepends = extra-cmake-modules
depends = plasma-workspace
depends = qt5-declarative
- source = https://github.com/Zren/plasma-applets/archive/todolist-5.tar.gz
+ source = https://github.com/Zren/plasma-applets/archive/todolist-6.tar.gz
source = https://raw.githubusercontent.com/kikadf/patches/master/plasma5-applets-todolist/Add_CMakeLists.patch
- md5sums = a8c447f64f95e4a5a2f918037af82aac
+ md5sums = d0e521bbb73d1bf0520c607930215d2d
md5sums = 3881942579d0e79c4e1e78ae570cbcd9
pkgname = plasma5-applets-todolist
diff --git a/PKGBUILD b/PKGBUILD
index ab4b7655151e..0401a4969368 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kikadf <kikadf.01@gmail.com>
pkgname=plasma5-applets-todolist
-pkgver=5
+pkgver=6
pkgrel=1
pkgdesc="Extension of the kdeplasma-applets notes widget, where it's organized as a list"
url="https://github.com/Zren/plasma-applets/tree/master/todolist"
@@ -11,7 +11,7 @@ makedepends=('extra-cmake-modules')
arch=('any')
source=(https://github.com/Zren/plasma-applets/archive/todolist-$pkgver.tar.gz
https://raw.githubusercontent.com/kikadf/patches/master/plasma5-applets-todolist/Add_CMakeLists.patch)
-md5sums=('a8c447f64f95e4a5a2f918037af82aac'
+md5sums=('d0e521bbb73d1bf0520c607930215d2d'
'3881942579d0e79c4e1e78ae570cbcd9')
prepare() {