summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornimaaskarian2024-02-01 23:00:55 +0330
committernimaaskarian2024-02-01 23:00:55 +0330
commiteba216b06742f211fa692a49e73623305d8a1465 (patch)
treeb494ee0f26dd54c5b105f94c5d586b99f2482156
parent2acdb2ffe4187e90d675847d8122c9cbc3de668c (diff)
downloadaur-eba216b06742f211fa692a49e73623305d8a1465.tar.gz
Bumped version 0.3.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11723ac3bb21..f07ce99f7e8a 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.3.5
+ pkgver = 0.3.6
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.3.5/c3.x86.linux
- md5sums = a40b3efb12945fbf2d391b094c7e9d27
+ source = c3-bin::https://github.com/nimaaskarian/c3/releases/download/0.3.6/c3.x86.linux
+ md5sums = f57b2cf99180c1c7cb1ceb83e95e33bb
pkgname = c3-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1a935bc443c2..6a82f1314349 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nima Askarian <nimaas1400@gmail.com>
pkgname=c3-bin
-pkgver=0.3.5
+pkgver=0.3.6
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=('a40b3efb12945fbf2d391b094c7e9d27')
+md5sums=('f57b2cf99180c1c7cb1ceb83e95e33bb')
package () {
install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/c3"