summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Vardy2023-10-16 20:21:47 -0700
committerAlan Vardy2023-10-16 20:21:47 -0700
commit496eb20c367e8ed854da0987ade402ba2ecfaa79 (patch)
tree95874a1c6acd2e2c8e122ad188476db2bb77561f
parent3b0d51251de7f1d81bfb75d15f80beb1168ee5e5 (diff)
downloadaur-496eb20c367e8ed854da0987ade402ba2ecfaa79.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 f894c4e92edf..3b8b28a2cad8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tod-bin
pkgdesc = A tiny unofficial Todoist client
- pkgver = 0.5.4
+ pkgver = 0.5.5
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.4/tod-0.5.4-x86_64.tar.gz
- sha256sums = 3e49cd2685a230636ee28d55b837046e12b98e3daa13a982fd89519a4061770a
+ source = https://github.com/alanvardy/tod/releases/download/v0.5.5/tod-0.5.5-x86_64.tar.gz
+ sha256sums = 9cbe146bd2bd6d9cc8e3e6ee9f58f79a1d1703d3661ccdb86d0429637f0ebeae
pkgname = tod-bin
diff --git a/PKGBUILD b/PKGBUILD
index 03c6ce666c20..9aaecd03da84 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.4
+pkgver=0.5.5
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=("3e49cd2685a230636ee28d55b837046e12b98e3daa13a982fd89519a4061770a")
+sha256sums=("9cbe146bd2bd6d9cc8e3e6ee9f58f79a1d1703d3661ccdb86d0429637f0ebeae")
package() {
install -Dm755 tod -t "$pkgdir/usr/bin"