summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant G2024-05-19 11:51:41 +0000
committerGrant G2024-05-19 11:51:41 +0000
commit703c0c8e0abde8882d06198aed5abdd54ae46ca4 (patch)
tree05caa55c5f5822721abaf1ecf123064bdc6589f3
parent710efdfd72647f8e0c66163cc45672007cb7e56f (diff)
downloadaur-703c0c8e0abde8882d06198aed5abdd54ae46ca4.tar.gz
2.20.0-nightly.20240519-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66a1af7a0c36..16fb4354244c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fig-nightly-bin
pkgdesc = Adds IDE-style autocomplete to your existing terminal.
- pkgver = 2.20.0_nightly.20240518
+ pkgver = 2.20.0_nightly.20240519
pkgrel = 1
url = https://fig.io
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = fig-nightly-bin
depends = xdg-utils
provides = fig
conflicts = fig
- source = fig-nightly-bin-2.20.0-nightly.20240518.tar.xz::https://repo.fig.io/generic/nightly/asset/2.20.0-nightly.20240518/x86_64/fig.tar.xz
- sha256sums = 3316b83877f44e6134103945d30e3aa4bd9bc8123040ef05ba21104f7cb0c16e
+ source = fig-nightly-bin-2.20.0-nightly.20240519.tar.xz::https://repo.fig.io/generic/nightly/asset/2.20.0-nightly.20240519/x86_64/fig.tar.xz
+ sha256sums = 8fa03c9c2fabf5cb5be4b9eabe22fc0eb43fee0f5093b76eab8a64203d35d3ff
pkgname = fig-nightly-bin
diff --git a/PKGBUILD b/PKGBUILD
index bbe6cbfaa606..cb4dc6a5ab41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grant G <grant@fig.io>
pkgname='fig-nightly-bin'
-pkgver='2.20.0_nightly.20240518'
+pkgver='2.20.0_nightly.20240519'
pkgrel=1
pkgdesc='Adds IDE-style autocomplete to your existing terminal.'
arch=('x86_64')
@@ -13,7 +13,7 @@ conflicts=('fig')
makedepends=('jq' 'xz')
source=("${pkgname}-${pkgver//_/-}.tar.xz::https://repo.fig.io/generic/nightly/asset/${pkgver//_/-}/x86_64/fig.tar.xz")
-sha256sums=('3316b83877f44e6134103945d30e3aa4bd9bc8123040ef05ba21104f7cb0c16e')
+sha256sums=('8fa03c9c2fabf5cb5be4b9eabe22fc0eb43fee0f5093b76eab8a64203d35d3ff')
package() {
cp -r "${srcdir}/usr" "${pkgdir}/usr"