summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornimaaskarian2024-03-31 16:50:32 +0330
committernimaaskarian2024-03-31 16:50:32 +0330
commit8a34cd541ce5dae6c99052f272c898dc1cc10f72 (patch)
treeceae87b22f282eef0683f3f1ac917ae8ac539237
parent6eda8737bb6a6d26be9469a4e137ad8464cba54c (diff)
downloadaur-8a34cd541ce5dae6c99052f272c898dc1cc10f72.tar.gz
Bumped version 0.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f616504fb51a..a522fd6ecccf 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.7.1
+ pkgver = 0.7.2
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.7.1/c3.x86.linux
- md5sums = f66a3e4242be636fe2d20283f67338c4
+ source = c3-bin::https://github.com/nimaaskarian/c3/releases/download/0.7.2/c3.x86.linux
+ md5sums = b21ff1ab62ecef0bfa6648d21facc551
pkgname = c3-bin
diff --git a/PKGBUILD b/PKGBUILD
index 129ef464a04d..42485c317ffc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nima Askarian <nimaaskarian.work@outlook.com>
pkgname=c3-bin
-pkgver=0.7.1
+pkgver=0.7.2
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=('f66a3e4242be636fe2d20283f67338c4')
+md5sums=('b21ff1ab62ecef0bfa6648d21facc551')
package () {
install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/c3"