summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornimaaskarian2024-02-02 12:26:43 +0330
committernimaaskarian2024-02-02 12:26:43 +0330
commit237029e0455228a6ea84727dcbbd140657c12304 (patch)
tree474852ceac1e9001cdcc3a7b7477a79e4e88afec
parenteba216b06742f211fa692a49e73623305d8a1465 (diff)
downloadaur-237029e0455228a6ea84727dcbbd140657c12304.tar.gz
Bumped version 0.3.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f07ce99f7e8a..88ed931482d9 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.6
+ pkgver = 0.3.7
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.6/c3.x86.linux
- md5sums = f57b2cf99180c1c7cb1ceb83e95e33bb
+ source = c3-bin::https://github.com/nimaaskarian/c3/releases/download/0.3.7/c3.x86.linux
+ md5sums = 63f6b8cb917f6bfa05801f7dcc99d028
pkgname = c3-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6a82f1314349..700b1865907d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nima Askarian <nimaas1400@gmail.com>
pkgname=c3-bin
-pkgver=0.3.6
+pkgver=0.3.7
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=('f57b2cf99180c1c7cb1ceb83e95e33bb')
+md5sums=('63f6b8cb917f6bfa05801f7dcc99d028')
package () {
install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/c3"