summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornimaaskarian2024-05-21 02:06:00 +0330
committernimaaskarian2024-05-21 02:06:00 +0330
commitc4c1cde464221cf33ce0e23f7bf505acf0d1b936 (patch)
treee573fd3830df089d73131b81614c27cc9c4c9107
parent3c16b68b9bb01648e615956630b6659c9c5fb0b1 (diff)
downloadaur-c3-bin.tar.gz
Bump version fixed
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 336862c25b08..90581154338d 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 = 1.0.1
+ pkgver = 1.0.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/1.0.1/c3.x86.linux
+ source = c3-bin::https://github.com/nimaaskarian/c3/releases/download/1.0.2/c3.x86.linux
md5sums = 09a0ba1e6139c6b160e91924d5414b36
pkgname = c3-bin
diff --git a/PKGBUILD b/PKGBUILD
index ddeb5c72463b..86fd72ce498a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nima Askarian <nimaaskarian.work@outlook.com>
pkgname=c3-bin
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
_gitname=c3
pkgdesc="A TUI to-do list that uses and extends calcurse format to have tree-like dependencies."