summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant G2024-03-24 11:56:53 +0000
committerGrant G2024-03-24 11:56:53 +0000
commitc64e2936f8b9de69679ac1308f9b3fab07fe0977 (patch)
treeb51474de5d696da70ab1aa1e9e2cc1afe3389e27
parent97b8ca037e66f53089a463c96d021c3928e4c65a (diff)
downloadaur-c64e2936f8b9de69679ac1308f9b3fab07fe0977.tar.gz
2.19.0-nightly.20240324-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e40304becb63..380dd694afde 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.20240323
+ pkgver = 2.19.0_nightly.20240324
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.20240323.tar.xz::https://repo.fig.io/generic/nightly/asset/2.19.0-nightly.20240323/x86_64/fig.tar.xz
- sha256sums = c95569b2e8bd395fb6117b4417737f98495faa56a73815171f9e746b6790a97c
+ source = fig-nightly-bin-2.19.0-nightly.20240324.tar.xz::https://repo.fig.io/generic/nightly/asset/2.19.0-nightly.20240324/x86_64/fig.tar.xz
+ sha256sums = eb8c6eb94ca1e8849924d159d10ff091095dbd4c1fcf83f433c32090ff05879b
pkgname = fig-nightly-bin
diff --git a/PKGBUILD b/PKGBUILD
index b36dfc50d8d7..0d0857ab6544 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grant G <grant@fig.io>
pkgname='fig-nightly-bin'
-pkgver='2.19.0_nightly.20240323'
+pkgver='2.19.0_nightly.20240324'
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=('c95569b2e8bd395fb6117b4417737f98495faa56a73815171f9e746b6790a97c')
+sha256sums=('eb8c6eb94ca1e8849924d159d10ff091095dbd4c1fcf83f433c32090ff05879b')
package() {
cp -r "${srcdir}/usr" "${pkgdir}/usr"