aur/shonenjump to 0.8.0-3

This commit is contained in:
graysky 2023-08-12 14:41:48 -04:00
parent bf016a80a9
commit e478dc7a9a

View file

@ -2,7 +2,7 @@
pkgname=shonenjump pkgname=shonenjump
pkgver=0.8.0 pkgver=0.8.0
pkgrel=2 pkgrel=3
pkgdesc="A faster way to change directory and improve command line productivity" pkgdesc="A faster way to change directory and improve command line productivity"
arch=(x86_64) arch=(x86_64)
url="https://github.com/suzaku/shonenjump" url="https://github.com/suzaku/shonenjump"
@ -11,8 +11,10 @@ makedepends=(go)
depends=(glibc) depends=(glibc)
conflicts=(autojump) conflicts=(autojump)
install=readme.install install=readme.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/suzaku/shonenjump/archive/refs/tags/v$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/suzaku/shonenjump/archive/refs/tags/v$pkgver.tar.gz"
b2sums=('9b46e3a27d29b2b1d3be3a703b90e33f5b4c5e5d3377df12bdcd5eee1efca9c35858b32462b9d100541fa76b59bac3b07f07d37825c83c510edca59504fffaf0') 0001-store.go-do-not-call-Age.patch)
b2sums=('9b46e3a27d29b2b1d3be3a703b90e33f5b4c5e5d3377df12bdcd5eee1efca9c35858b32462b9d100541fa76b59bac3b07f07d37825c83c510edca59504fffaf0'
'4ff77d61cc2bbc005fbd447f4515b709e1f5c8495cec90f875803dccc7ee50847f10f0bb5e51c85d480e923a17141ee05d46155e0b92ee92aa6a3da7e65f4de5')
prepare() { prepare() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"