summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant G2024-01-29 21:19:07 +0000
committerGrant G2024-01-29 21:19:07 +0000
commit01c71461b04b1c9c729047ea0926dfa19a1b4806 (patch)
tree12b6655faf3bdfc978ead64522f7866126e8456c
parent72e775bf1b5ac4853cc7c760c1fe9d6935d4a5ba (diff)
downloadaur-01c71461b04b1c9c729047ea0926dfa19a1b4806.tar.gz
2.17.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e87db6fc9514..b7cf596eb032 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fig
pkgdesc = Adds IDE-style autocomplete to your existing terminal.
- pkgver = 2.17.0
+ pkgver = 2.17.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.17.0.tar.xz::https://repo.fig.io/generic/stable/asset/2.17.0/x86_64/fig.tar.xz
- sha256sums = 26536b74a3e6e472925896508391ddfc46d6f4e7a8aa8f68c75901c68888f496
+ source = fig-2.17.1.tar.xz::https://repo.fig.io/generic/stable/asset/2.17.1/x86_64/fig.tar.xz
+ sha256sums = 9e8173e2872f0e7e05fe2d50d0e5b5c84b285a99828f3bb694eb8bcfe2f019f2
pkgname = fig
diff --git a/PKGBUILD b/PKGBUILD
index 55e733bc9820..283435624f90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grant G <grant@fig.io>
pkgname='fig'
-pkgver='2.17.0'
+pkgver='2.17.1'
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=('26536b74a3e6e472925896508391ddfc46d6f4e7a8aa8f68c75901c68888f496')
+sha256sums=('9e8173e2872f0e7e05fe2d50d0e5b5c84b285a99828f3bb694eb8bcfe2f019f2')
package() {
cp -r "${srcdir}/usr" "${pkgdir}/usr"