summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2022-10-30 05:04:57 -0400
committergraysky2022-10-30 05:04:57 -0400
commit1d4354afa3f49d2adf81df14a5a452fe22918ba9 (patch)
tree8ad3bb058563d76ce327e992d995aeac158c8e7e
parentd11364b23be401d5ae41a0ad85e05a1751e0701a (diff)
downloadaur-shonenjump.tar.gz
Update to 0.8.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ed1c2255923..564770b5be5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = shonenjump
pkgdesc = A faster way to change directory and improve command line productivity
- pkgver = 0.7.21
- pkgrel = 2
+ pkgver = 0.8.0
+ pkgrel = 1
url = https://github.com/suzaku/shonenjump
install = readme.install
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = shonenjump
makedepends = go
depends = glibc
conflicts = autojump
- source = shonenjump-0.7.21.tar.gz::https://github.com/suzaku/shonenjump/archive/refs/tags/v0.7.21.tar.gz
- b2sums = 69e9ced4213aeb1f6a06b08201bd6f91e3f4840e3315bfa6ae2afe4c0c49af7a3976c3c7839e2d1d4470e9692bf9bfa27641853f664899dd03f1e12a1620b82c
+ source = shonenjump-0.8.0.tar.gz::https://github.com/suzaku/shonenjump/archive/refs/tags/v0.8.0.tar.gz
+ b2sums = 9b46e3a27d29b2b1d3be3a703b90e33f5b4c5e5d3377df12bdcd5eee1efca9c35858b32462b9d100541fa76b59bac3b07f07d37825c83c510edca59504fffaf0
pkgname = shonenjump
diff --git a/PKGBUILD b/PKGBUILD
index eaeea9f50d9f..44e830c9e972 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: graysky <therealgraysky AT protonmail DOT com>
pkgname=shonenjump
-pkgver=0.7.21
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
pkgdesc="A faster way to change directory and improve command line productivity"
arch=(x86_64)
url="https://github.com/suzaku/shonenjump"
@@ -12,7 +12,7 @@ depends=(glibc)
conflicts=(autojump)
install=readme.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/suzaku/shonenjump/archive/refs/tags/v$pkgver.tar.gz")
-b2sums=('69e9ced4213aeb1f6a06b08201bd6f91e3f4840e3315bfa6ae2afe4c0c49af7a3976c3c7839e2d1d4470e9692bf9bfa27641853f664899dd03f1e12a1620b82c')
+b2sums=('9b46e3a27d29b2b1d3be3a703b90e33f5b4c5e5d3377df12bdcd5eee1efca9c35858b32462b9d100541fa76b59bac3b07f07d37825c83c510edca59504fffaf0')
build() {
cd "$pkgname-$pkgver"