summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant G2024-04-26 11:58:04 +0000
committerGrant G2024-04-26 11:58:04 +0000
commit01590078e62a46f8d8597e79ed002353509d0784 (patch)
tree979d0d58aa5e95e16e6e146dc452d381e41981bf
parent277ea9fa6f8328c3ee5ef3da227138e2ea42854a (diff)
downloadaur-01590078e62a46f8d8597e79ed002353509d0784.tar.gz
2.20.0-nightly.20240426-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4527ea321c1d..363e1dca1986 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fig-nightly-bin
pkgdesc = Adds IDE-style autocomplete to your existing terminal.
- pkgver = 2.19.0_nightly.20240424
+ pkgver = 2.20.0_nightly.20240426
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.19.0-nightly.20240424.tar.xz::https://repo.fig.io/generic/nightly/asset/2.19.0-nightly.20240424/x86_64/fig.tar.xz
- sha256sums = e15a4b955639217f02633108cd09bf6b306956b4071dc51d0adfb578fdd9f1b8
+ source = fig-nightly-bin-2.20.0-nightly.20240426.tar.xz::https://repo.fig.io/generic/nightly/asset/2.20.0-nightly.20240426/x86_64/fig.tar.xz
+ sha256sums = 4c4fce7ce53f99a57ecad6e9f215211cc5ca392a079a5276aaa910c6879058df
pkgname = fig-nightly-bin
diff --git a/PKGBUILD b/PKGBUILD
index f4d4eab2c828..e7f401093492 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grant G <grant@fig.io>
pkgname='fig-nightly-bin'
-pkgver='2.19.0_nightly.20240424'
+pkgver='2.20.0_nightly.20240426'
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=('e15a4b955639217f02633108cd09bf6b306956b4071dc51d0adfb578fdd9f1b8')
+sha256sums=('4c4fce7ce53f99a57ecad6e9f215211cc5ca392a079a5276aaa910c6879058df')
package() {
cp -r "${srcdir}/usr" "${pkgdir}/usr"