summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant G2023-02-10 23:04:16 +0000
committerGrant G2023-02-10 23:04:16 +0000
commit36fb0033c744b77d5d17f1d8c7d620361de4ba82 (patch)
tree09bb0a465f6330ede1a4c2546ba2e821d07ee695
parentaa3c6ac70ebb8de19b4781ce7fb9039f3478fb14 (diff)
downloadaur-36fb0033c744b77d5d17f1d8c7d620361de4ba82.tar.gz
2.14.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c628a1717ec8..dac572ccfb42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fig
pkgdesc = Adds IDE-style autocomplete to your existing terminal.
- pkgver = 2.14.1
+ pkgver = 2.14.2
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.14.1.tar.xz::https://repo.fig.io/generic/stable/asset/2.14.1/x86_64/fig.tar.xz
- sha256sums = f840e62ab8f49d3676685c79c036c72373b0a7e46b65c98365f740456c626b1c
+ source = fig-2.14.2.tar.xz::https://repo.fig.io/generic/stable/asset/2.14.2/x86_64/fig.tar.xz
+ sha256sums = 357a118ea045dc2891061892e4203cc544e8e9abda3d10c1010ee7b30d7148ed
pkgname = fig
diff --git a/PKGBUILD b/PKGBUILD
index 64fac40ef08c..3e9e36bf83c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grant G <grant@fig.io>
pkgname='fig'
-pkgver='2.14.1'
+pkgver='2.14.2'
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' 'xz')
source=("${pkgname}-${pkgver//_/-}.tar.xz::https://repo.fig.io/generic/stable/asset/${pkgver//_/-}/x86_64/fig.tar.xz")
-sha256sums=('f840e62ab8f49d3676685c79c036c72373b0a7e46b65c98365f740456c626b1c')
+sha256sums=('357a118ea045dc2891061892e4203cc544e8e9abda3d10c1010ee7b30d7148ed')
package() {
cp -r "${srcdir}/usr" "${pkgdir}/usr"