summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Vardy2023-10-16 19:36:20 -0700
committerAlan Vardy2023-10-16 19:36:20 -0700
commit3b0d51251de7f1d81bfb75d15f80beb1168ee5e5 (patch)
treeae17894eecb4fde89951fa7f9548a7b2e67747a0
parent6220ffa35bfb1e7e99daef3853f70c656e345cad (diff)
downloadaur-3b0d51251de7f1d81bfb75d15f80beb1168ee5e5.tar.gz
new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33ef7487c932..f894c4e92edf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tod-bin
pkgdesc = A tiny unofficial Todoist client
- pkgver = 0.5.3
+ pkgver = 0.5.4
pkgrel = 1
url = https://github.com/alanvardy/tod
arch = x86_64
license = MIT
provides = tod
conflicts = tod
- source = https://github.com/alanvardy/tod/releases/download/v0.5.3/tod-0.5.3-x86_64.tar.gz
- sha256sums = 8178441318b8fd41c62b88efa34e091956eb71e4fdb915a927d6178c09bc3b78
+ source = https://github.com/alanvardy/tod/releases/download/v0.5.4/tod-0.5.4-x86_64.tar.gz
+ sha256sums = 3e49cd2685a230636ee28d55b837046e12b98e3daa13a982fd89519a4061770a
pkgname = tod-bin
diff --git a/PKGBUILD b/PKGBUILD
index b5598b096fa8..03c6ce666c20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=tod-bin
-pkgver=0.5.3
+pkgver=0.5.4
pkgrel=1
pkgdesc="A tiny unofficial Todoist client"
url="https://github.com/alanvardy/tod"
@@ -12,7 +12,7 @@ arch=("x86_64")
provides=("tod")
conflicts=("tod")
source=("https://github.com/alanvardy/tod/releases/download/v$pkgver/tod-$pkgver-x86_64.tar.gz")
-sha256sums=("8178441318b8fd41c62b88efa34e091956eb71e4fdb915a927d6178c09bc3b78")
+sha256sums=("3e49cd2685a230636ee28d55b837046e12b98e3daa13a982fd89519a4061770a")
package() {
install -Dm755 tod -t "$pkgdir/usr/bin"