summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornimaaskarian2024-02-14 20:50:09 +0330
committernimaaskarian2024-02-14 20:50:09 +0330
commit288341ea2af16332ec3b8d8a2a2baad8ce288dd8 (patch)
treed22ab2d52412a364870b37dd82fefe829395a4cd
parent3a6bf300d88bbcff88af8cadef39edc99c9f8c79 (diff)
downloadaur-288341ea2af16332ec3b8d8a2a2baad8ce288dd8.tar.gz
Bumped version 0.4.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9764a7251e4f..dd2342df0245 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.6
+ pkgver = 0.4.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.4.6/c3.x86.linux
- md5sums = 2d0c0125d3424a9e05f285fd782e8d2c
+ source = c3-bin::https://github.com/nimaaskarian/c3/releases/download/0.4.7/c3.x86.linux
+ md5sums = ccc0e0df7c28c93db4ac9a22b84502b0
pkgname = c3-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1e2921c38527..5b47158c5a24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nima Askarian <nimaas1400@gmail.com>
pkgname=c3-bin
-pkgver=0.4.6
+pkgver=0.4.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=('2d0c0125d3424a9e05f285fd782e8d2c')
+md5sums=('ccc0e0df7c28c93db4ac9a22b84502b0')
package () {
install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/c3"