summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornimaaskarian2024-02-07 21:11:21 +0330
committernimaaskarian2024-02-07 21:11:21 +0330
commitc06b09d3698b23d1fb68d298adf3d1534de80c24 (patch)
tree59d3e17176896d4d606bc4e94d949ab974220ce3
parentaf72e4a43f1bf8a243ce6d895caec066c03ac172 (diff)
downloadaur-c06b09d3698b23d1fb68d298adf3d1534de80c24.tar.gz
Bumped version 0.4.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa60216dd093..7d545e7cfe83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = c3-bin
pkgdesc = A TUI to-do list that uses and extends calcurse format to have tree-like dependencies.
- pkgver = 0.4.4
+ pkgver = 0.4.5
pkgrel = 1
url = https://github.com/nimaaskarian/c3
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = c3-bin
optdepends = potato-c: pomodoro timer module
provides = c3
conflicts = c3
- source = c3-bin::https://github.com/nimaaskarian/c3/releases/download/0.4.4/c3.x86.linux
- md5sums = f9c7135a91b196fcc9d92d5725500278
+ source = c3-bin::https://github.com/nimaaskarian/c3/releases/download/0.4.5/c3.x86.linux
+ md5sums = 61f08ccc73323057e0bc2a5afb2333c2
pkgname = c3-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8c12ba11f9fb..7c7bb1b25c99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nima Askarian <nimaas1400@gmail.com>
pkgname=c3-bin
-pkgver=0.4.4
+pkgver=0.4.5
pkgrel=1
_gitname=c3
pkgdesc="A TUI to-do list that uses and extends calcurse format to have tree-like dependencies."
@@ -16,7 +16,7 @@ source=(
"${pkgname}::https://github.com/nimaaskarian/${_gitname}/releases/download/${pkgver}/c3.x86.linux"
)
-md5sums=('f9c7135a91b196fcc9d92d5725500278')
+md5sums=('61f08ccc73323057e0bc2a5afb2333c2')
package () {
install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/c3"