summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant G2024-03-12 16:55:10 +0000
committerGrant G2024-03-12 16:55:10 +0000
commitd351ace1aa1888c7a759f47ccf95764a72a4e7ba (patch)
tree3c0fe3e7f14e35f763c5dec52573200d302a1321
parent01c71461b04b1c9c729047ea0926dfa19a1b4806 (diff)
downloadaur-d351ace1aa1888c7a759f47ccf95764a72a4e7ba.tar.gz
2.18.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7cf596eb032..46251ef0c23b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fig
pkgdesc = Adds IDE-style autocomplete to your existing terminal.
- pkgver = 2.17.1
+ pkgver = 2.18.0
pkgrel = 1
url = https://fig.io
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = fig
depends = libappindicator-gtk3
depends = ibus
depends = xdg-utils
- source = fig-2.17.1.tar.xz::https://repo.fig.io/generic/stable/asset/2.17.1/x86_64/fig.tar.xz
- sha256sums = 9e8173e2872f0e7e05fe2d50d0e5b5c84b285a99828f3bb694eb8bcfe2f019f2
+ source = fig-2.18.0.tar.xz::https://repo.fig.io/generic/stable/asset/2.18.0/x86_64/fig.tar.xz
+ sha256sums = 4a2211126152c2ed8f36cb7f0038ccfc77b0b8573882ae475472e1cdae11bf2a
pkgname = fig
diff --git a/PKGBUILD b/PKGBUILD
index 283435624f90..61d8dccb738b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grant G <grant@fig.io>
pkgname='fig'
-pkgver='2.17.1'
+pkgver='2.18.0'
pkgrel=1
pkgdesc='Adds IDE-style autocomplete to your existing terminal.'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('gtk3' 'webkit2gtk-4.1' 'libappindicator-gtk3' 'ibus' 'xdg-utils')
makedepends=('jq' 'xz')
source=("${pkgname}-${pkgver//_/-}.tar.xz::https://repo.fig.io/generic/stable/asset/${pkgver//_/-}/x86_64/fig.tar.xz")
-sha256sums=('9e8173e2872f0e7e05fe2d50d0e5b5c84b285a99828f3bb694eb8bcfe2f019f2')
+sha256sums=('4a2211126152c2ed8f36cb7f0038ccfc77b0b8573882ae475472e1cdae11bf2a')
package() {
cp -r "${srcdir}/usr" "${pkgdir}/usr"