summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant G2022-12-05 04:11:37 +0000
committerGrant G2022-12-05 04:11:37 +0000
commitbbe9254e0f1886577949afc3eecca899478bbb58 (patch)
tree6d43f27eff6a1b0b2dcfef22e6f831ede934217b
parent34ccbe002c004788d63d410c78add7353675204a (diff)
downloadaur-bbe9254e0f1886577949afc3eecca899478bbb58.tar.gz
2.9.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbd15e564efc..83aca4976e5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fig
pkgdesc = Adds IDE-style autocomplete to your existing terminal.
- pkgver = 2.8.0
+ pkgver = 2.9.0
pkgrel = 1
url = https://fig.io
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = fig
depends = libappindicator-gtk3
depends = ibus
depends = xdg-utils
- source = fig-2.8.0.tar.xz::https://repo.fig.io/generic/stable/asset/2.8.0/x86_64/fig.tar.xz
- sha256sums = 7ba62c371baabe6f372c8a12aa8e16b88a0fc917bc45e329a3f69b2811ee4808
+ source = fig-2.9.0.tar.xz::https://repo.fig.io/generic/stable/asset/2.9.0/x86_64/fig.tar.xz
+ sha256sums = 26f3aceea4a4ac81d742c91d079f7183be60a6f8cee9beab17acb748a76e1789
pkgname = fig
diff --git a/PKGBUILD b/PKGBUILD
index 818e79851bdf..ae0ea5010ca4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grant G <grant@fig.io>
pkgname='fig'
-pkgver='2.8.0'
+pkgver='2.9.0'
pkgrel=1
pkgdesc='Adds IDE-style autocomplete to your existing terminal.'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('custom')
depends=('gtk3' 'webkit2gtk' 'libappindicator-gtk3' 'ibus' 'xdg-utils')
source=("${pkgname}-${pkgver//_/-}.tar.xz::https://repo.fig.io/generic/stable/asset/${pkgver//_/-}/x86_64/fig.tar.xz")
-sha256sums=('7ba62c371baabe6f372c8a12aa8e16b88a0fc917bc45e329a3f69b2811ee4808')
+sha256sums=('26f3aceea4a4ac81d742c91d079f7183be60a6f8cee9beab17acb748a76e1789')
package() {
cp -r "${srcdir}/usr" "${pkgdir}/usr"