summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant G2024-04-30 04:58:15 +0000
committerGrant G2024-04-30 04:58:15 +0000
commitc5a38f25b502564efff15f6cb43581f6ca0ef152 (patch)
treeb08bfa113d82ad8e1219a08f5bc427eae9cef45e
parentd351ace1aa1888c7a759f47ccf95764a72a4e7ba (diff)
downloadaur-fig.tar.gz
2.19.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46251ef0c23b..3f8b7e1b6585 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fig
pkgdesc = Adds IDE-style autocomplete to your existing terminal.
- pkgver = 2.18.0
+ pkgver = 2.19.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.18.0.tar.xz::https://repo.fig.io/generic/stable/asset/2.18.0/x86_64/fig.tar.xz
- sha256sums = 4a2211126152c2ed8f36cb7f0038ccfc77b0b8573882ae475472e1cdae11bf2a
+ source = fig-2.19.0.tar.xz::https://repo.fig.io/generic/stable/asset/2.19.0/x86_64/fig.tar.xz
+ sha256sums = 56b18ca9c6f2949f98eeb959bb70c096955a662297dfabc99f36cbce7be84074
pkgname = fig
diff --git a/PKGBUILD b/PKGBUILD
index 61d8dccb738b..1ab6f85119b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grant G <grant@fig.io>
pkgname='fig'
-pkgver='2.18.0'
+pkgver='2.19.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=('4a2211126152c2ed8f36cb7f0038ccfc77b0b8573882ae475472e1cdae11bf2a')
+sha256sums=('56b18ca9c6f2949f98eeb959bb70c096955a662297dfabc99f36cbce7be84074')
package() {
cp -r "${srcdir}/usr" "${pkgdir}/usr"