summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant G2023-02-08 04:57:30 +0000
committerGrant G2023-02-08 04:57:30 +0000
commitaa3c6ac70ebb8de19b4781ce7fb9039f3478fb14 (patch)
tree78febaecae9cb0d7be5fbbfe769ebe6cf7771115
parentf289146260181654ca47038215b416eca1d5d291 (diff)
downloadaur-aa3c6ac70ebb8de19b4781ce7fb9039f3478fb14.tar.gz
2.14.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be51f3d71002..c628a1717ec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fig
pkgdesc = Adds IDE-style autocomplete to your existing terminal.
- pkgver = 2.14.0
+ pkgver = 2.14.1
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.0.tar.xz::https://repo.fig.io/generic/stable/asset/2.14.0/x86_64/fig.tar.xz
- sha256sums = 56fb393c760c42e4bf504b5edb6dd4c5784a57595308a612df8d1cd0bb7e49a1
+ source = fig-2.14.1.tar.xz::https://repo.fig.io/generic/stable/asset/2.14.1/x86_64/fig.tar.xz
+ sha256sums = f840e62ab8f49d3676685c79c036c72373b0a7e46b65c98365f740456c626b1c
pkgname = fig
diff --git a/PKGBUILD b/PKGBUILD
index 44dfa8d77057..64fac40ef08c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grant G <grant@fig.io>
pkgname='fig'
-pkgver='2.14.0'
+pkgver='2.14.1'
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=('56fb393c760c42e4bf504b5edb6dd4c5784a57595308a612df8d1cd0bb7e49a1')
+sha256sums=('f840e62ab8f49d3676685c79c036c72373b0a7e46b65c98365f740456c626b1c')
package() {
cp -r "${srcdir}/usr" "${pkgdir}/usr"