diff options
author | Mark Wagie | 2024-03-26 16:01:30 -0600 |
---|---|---|
committer | Mark Wagie | 2024-03-26 16:01:30 -0600 |
commit | f90695a8f21269f7382c65214354ec1d68b84c2a (patch) | |
tree | e38c9a098aec3fe8e748373cdaab9a5de2d6714b | |
parent | e4a98276fbb8727d9ea6513a66c6203fd9551626 (diff) | |
download | aur-f90695a8f21269f7382c65214354ec1d68b84c2a.tar.gz |
4.5.10
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = planify pkgdesc = Task manager with Todoist and Nextcloud support - pkgver = 4.5.8 + pkgver = 4.5.10 pkgrel = 1 url = https://github.com/alainm23/planify arch = x86_64 @@ -19,7 +19,7 @@ pkgbase = planify depends = webkitgtk-6.0 conflicts = elementary-planner replaces = elementary-planner - source = git+https://github.com/alainm23/planify.git#commit=6316c6ed62e01ec6f5359ffc6335d16e7a91a2b5 - sha256sums = SKIP + source = git+https://github.com/alainm23/planify.git#commit=7e3b4cf8e4772e00097b104c72f4637f0433d0a9 + sha256sums = a1ddb3956d96e72bd76ee7078cb812ee4ff6f1fdec6c3a1012ea7ca0562d3230 pkgname = planify @@ -1,7 +1,7 @@ # Maintainer: Mark Wagie <mark dot wagie at proton dot me> pkgname=planify _app_id=io.github.alainm23.planify -pkgver=4.5.8 +pkgver=4.5.10 pkgrel=1 pkgdesc="Task manager with Todoist and Nextcloud support" arch=('x86_64') @@ -25,9 +25,9 @@ makedepends=( checkdepends=('appstream') conflicts=('elementary-planner') replaces=('elementary-planner') -_commit=6316c6ed62e01ec6f5359ffc6335d16e7a91a2b5 # tags/4.5.8^0 +_commit=7e3b4cf8e4772e00097b104c72f4637f0433d0a9 # tags/4.5.10^0 source=("git+https://github.com/alainm23/planify.git#commit=$_commit") -sha256sums=('SKIP') +sha256sums=('a1ddb3956d96e72bd76ee7078cb812ee4ff6f1fdec6c3a1012ea7ca0562d3230') pkgver() { cd "$pkgname" |