Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions deja/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = deja
pkgdesc = Predictive inline shell autosuggestions for zsh
pkgver = 0.4.1
pkgver = 0.4.2
pkgrel = 3
url = https://github.com/Giammarco-Ferranti/deja
arch = x86_64
Expand All @@ -9,7 +9,7 @@ pkgbase = deja
depends = zsh
options = !debug
options = !strip
source_x86_64 = https://github.com/Giammarco-Ferranti/deja/releases/download/v0.4.1/deja_0.4.1_linux_amd64.tar.gz
sha256sums_x86_64 = 856ed143d73e1c1350ffd3f410300d40877b08bc3c8121006424f0ee61b4d68a
source_x86_64 = https://github.com/Giammarco-Ferranti/deja/releases/download/v0.4.2/deja_0.4.2_linux_amd64.tar.gz
sha256sums_x86_64 = 32db767e728d447941a70cf7dc95376a1e0a96168ad79674593715ac165ed310

pkgname = deja
4 changes: 2 additions & 2 deletions deja/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Travis Lyons <pkgbuild at trly dot dev>
pkgname=deja
pkgver=0.4.1 # renovate: datasource=github-tags depName=Giammarco-Ferranti/deja
pkgver=0.4.2 # renovate: datasource=github-tags depName=Giammarco-Ferranti/deja
pkgrel=3
pkgdesc="Predictive inline shell autosuggestions for zsh"
arch=('x86_64')
Expand All @@ -9,7 +9,7 @@ license=('MIT')
depends=('glibc' 'zsh')
options=('!debug' '!strip')
source_x86_64=("${url}/releases/download/v${pkgver}/deja_${pkgver}_linux_amd64.tar.gz")
sha256sums_x86_64=('856ed143d73e1c1350ffd3f410300d40877b08bc3c8121006424f0ee61b4d68a')
sha256sums_x86_64=('32db767e728d447941a70cf7dc95376a1e0a96168ad79674593715ac165ed310')

package() {
install -Dm755 deja -t "${pkgdir}/usr/bin/"
Expand Down