diff options
| -rw-r--r-- | .SRCINFO | 4 | ||||
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | PKGBUILD | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -1,12 +1,12 @@ pkgbase = soon pkgdesc = 🤖 Predict your next shell command based on history — like shell autocomplete, but MORE stupid - pkgver = 0.1.2 + pkgver = 0.1.3 pkgrel = 1 url = https://github.com/HsiangNianian/soon arch = x86_64 license = MIT makedepends = cargo - source = soon-0.1.2.tar.gz::https://github.com/HsiangNianian/soon/archive/refs/tags/v0.1.2.tar.gz + source = soon-0.1.3.tar.gz::https://github.com/HsiangNianian/soon/archive/refs/tags/v0.1.3.tar.gz sha256sums = SKIP pkgname = soon @@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "soon" -version = "0.1.2" +version = "0.1.3" dependencies = [ "clap", "colored", @@ -1,6 +1,6 @@ [package] name = "soon" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "Predict your next shell command based on history — like shell autocomplete, but MORE stupid" license = "MIT" @@ -1,5 +1,5 @@ pkgname=soon -pkgver=0.1.2 +pkgver=0.1.3 pkgrel=1 pkgdesc="🤖 Predict your next shell command based on history — like shell autocomplete, but MORE stupid" arch=('x86_64') |