summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkikadf2016-12-18 09:46:01 +0100
committerkikadf2016-12-18 09:46:01 +0100
commitb3ccea732aca5c14354053887730102c81364404 (patch)
tree9f771fa770e9ed1114ba9dc5c914bf27e6fa2198
parent8b7e4041865c16a06544beb92bac805d0f7baa28 (diff)
downloadaur-b3ccea732aca5c14354053887730102c81364404.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 30ed04622b55..55bdb20bb4dc 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 = 2
+ pkgver = 4
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-2.tar.gz
+ source = https://github.com/Zren/plasma-applets/archive/todolist-4.tar.gz
source = https://raw.githubusercontent.com/kikadf/patches/master/plasma5-applets-todolist/Add_CMakeLists.patch
- md5sums = a5ef01b5272f26790f19ab20964cc685
+ md5sums = 29f9cd302f97fe2116b798cffb6fd333
md5sums = 3881942579d0e79c4e1e78ae570cbcd9
pkgname = plasma5-applets-todolist
diff --git a/PKGBUILD b/PKGBUILD
index 6418dc23c8ac..a900d8244c63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kikadf <kikadf.01@gmail.com>
pkgname=plasma5-applets-todolist
-pkgver=2
+pkgver=4
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=('a5ef01b5272f26790f19ab20964cc685'
+md5sums=('29f9cd302f97fe2116b798cffb6fd333'
'3881942579d0e79c4e1e78ae570cbcd9')
prepare() {