summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant G2022-11-30 11:12:56 +0000
committerGrant G2022-11-30 11:12:56 +0000
commit34ccbe002c004788d63d410c78add7353675204a (patch)
treeefd551eaaf4ed992a957eab9d9851556e2f3da93
parent5ae0309329120044c117a1526ab48794c09fe522 (diff)
downloadaur-34ccbe002c004788d63d410c78add7353675204a.tar.gz
2.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7664a529f16f..cbd15e564efc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fig
pkgdesc = Adds IDE-style autocomplete to your existing terminal.
- pkgver = 2.7.10
+ pkgver = 2.8.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.7.10.tar.xz::https://repo.fig.io/generic/stable/asset/2.7.10/x86_64/fig.tar.xz
- sha256sums = c67e6510d351c8d343951237845f8cb92ca6b630b1eb31d5ffaa0c3ae90222b8
+ source = fig-2.8.0.tar.xz::https://repo.fig.io/generic/stable/asset/2.8.0/x86_64/fig.tar.xz
+ sha256sums = 7ba62c371baabe6f372c8a12aa8e16b88a0fc917bc45e329a3f69b2811ee4808
pkgname = fig
diff --git a/PKGBUILD b/PKGBUILD
index 013221ce5b15..818e79851bdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grant G <grant@fig.io>
pkgname='fig'
-pkgver='2.7.10'
+pkgver='2.8.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=('c67e6510d351c8d343951237845f8cb92ca6b630b1eb31d5ffaa0c3ae90222b8')
+sha256sums=('7ba62c371baabe6f372c8a12aa8e16b88a0fc917bc45e329a3f69b2811ee4808')
package() {
cp -r "${srcdir}/usr" "${pkgdir}/usr"