summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant G2023-01-12 21:29:01 +0000
committerGrant G2023-01-12 21:29:01 +0000
commit406dc9d4657be2d6de7a83746313bc74812cafcb (patch)
tree839f43df852c1628f9bd8be458f20ec28a0ded7e
parentcb4c7d671c56fbe5ffdb31d9feeae30a59ada876 (diff)
downloadaur-406dc9d4657be2d6de7a83746313bc74812cafcb.tar.gz
2.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0096dcc7c765..bd6deb0df5c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fig
pkgdesc = Adds IDE-style autocomplete to your existing terminal.
- pkgver = 2.11.0
+ pkgver = 2.12.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.11.0.tar.xz::https://repo.fig.io/generic/stable/asset/2.11.0/x86_64/fig.tar.xz
- sha256sums = 0615e8dc3871bec3be8f338af0cb8996d77c3de5864f4285d62869c5d5436e64
+ source = fig-2.12.0.tar.xz::https://repo.fig.io/generic/stable/asset/2.12.0/x86_64/fig.tar.xz
+ sha256sums = 87857e0767d2a1f392930322f227eef299edeed6d28da1866db1c1395fb354a1
pkgname = fig
diff --git a/PKGBUILD b/PKGBUILD
index 4b6a06ed4fb0..ac85c6e8803f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grant G <grant@fig.io>
pkgname='fig'
-pkgver='2.11.0'
+pkgver='2.12.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=('0615e8dc3871bec3be8f338af0cb8996d77c3de5864f4285d62869c5d5436e64')
+sha256sums=('87857e0767d2a1f392930322f227eef299edeed6d28da1866db1c1395fb354a1')
package() {
cp -r "${srcdir}/usr" "${pkgdir}/usr"