summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant G2024-05-03 11:55:15 +0000
committerGrant G2024-05-03 11:55:15 +0000
commit711eab27c91fc5a9614d6b07394918a25d2fe5e3 (patch)
tree9e802bfb4467b4da59d6ba8da4244b5999e3f361
parent3fcbc64b94c90ef29a78ba7bfa021411cfd85674 (diff)
downloadaur-711eab27c91fc5a9614d6b07394918a25d2fe5e3.tar.gz
2.20.0-nightly.20240503-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a3ffe732fb8..c978767e5d96 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.20240502
+ pkgver = 2.20.0_nightly.20240503
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.20240502.tar.xz::https://repo.fig.io/generic/nightly/asset/2.20.0-nightly.20240502/x86_64/fig.tar.xz
- sha256sums = e9cc159c5ced448372314384d1c0495a58ec38351e23e9918cb68036996ff120
+ source = fig-nightly-bin-2.20.0-nightly.20240503.tar.xz::https://repo.fig.io/generic/nightly/asset/2.20.0-nightly.20240503/x86_64/fig.tar.xz
+ sha256sums = b64f873e8eb5951a58af6c044b04f09368422a91cc85daefc4eb8bb46d80c967
pkgname = fig-nightly-bin
diff --git a/PKGBUILD b/PKGBUILD
index d5caf3fef6c0..4fd40f2d2f45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grant G <grant@fig.io>
pkgname='fig-nightly-bin'
-pkgver='2.20.0_nightly.20240502'
+pkgver='2.20.0_nightly.20240503'
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=('e9cc159c5ced448372314384d1c0495a58ec38351e23e9918cb68036996ff120')
+sha256sums=('b64f873e8eb5951a58af6c044b04f09368422a91cc85daefc4eb8bb46d80c967')
package() {
cp -r "${srcdir}/usr" "${pkgdir}/usr"