summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant G2023-01-24 19:43:08 +0000
committerGrant G2023-01-24 19:43:08 +0000
commit34a7224ee7b4eff56c7cfe5c8c9a37b3f3808ae5 (patch)
treec07bdadc34246e5cd46d7cfe4d851d71d53c8a59
parent406dc9d4657be2d6de7a83746313bc74812cafcb (diff)
downloadaur-34a7224ee7b4eff56c7cfe5c8c9a37b3f3808ae5.tar.gz
2.13.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd6deb0df5c6..0f758e5527b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fig
pkgdesc = Adds IDE-style autocomplete to your existing terminal.
- pkgver = 2.12.0
+ pkgver = 2.13.0
pkgrel = 1
url = https://fig.io
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = fig
depends = libappindicator-gtk3
depends = ibus
depends = xdg-utils
- source = fig-2.12.0.tar.xz::https://repo.fig.io/generic/stable/asset/2.12.0/x86_64/fig.tar.xz
- sha256sums = 87857e0767d2a1f392930322f227eef299edeed6d28da1866db1c1395fb354a1
+ source = fig-2.13.0.tar.xz::https://repo.fig.io/generic/stable/asset/2.13.0/x86_64/fig.tar.xz
+ sha256sums = 48794cfb479aca36f6e4b0f30af2f73f5623b1b994a7131441bda1efdef8b044
pkgname = fig
diff --git a/PKGBUILD b/PKGBUILD
index ac85c6e8803f..0afdcc57d864 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grant G <grant@fig.io>
pkgname='fig'
-pkgver='2.12.0'
+pkgver='2.13.0'
pkgrel=1
pkgdesc='Adds IDE-style autocomplete to your existing terminal.'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('gtk3' 'webkit2gtk' 'libappindicator-gtk3' 'ibus' 'xdg-utils')
makedepends=('jq')
source=("${pkgname}-${pkgver//_/-}.tar.xz::https://repo.fig.io/generic/stable/asset/${pkgver//_/-}/x86_64/fig.tar.xz")
-sha256sums=('87857e0767d2a1f392930322f227eef299edeed6d28da1866db1c1395fb354a1')
+sha256sums=('48794cfb479aca36f6e4b0f30af2f73f5623b1b994a7131441bda1efdef8b044')
package() {
cp -r "${srcdir}/usr" "${pkgdir}/usr"