summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrant G2024-01-29 21:19:07 +0000
committerGrant G2024-01-29 21:19:07 +0000
commit01c71461b04b1c9c729047ea0926dfa19a1b4806 (patch)
tree12b6655faf3bdfc978ead64522f7866126e8456c /PKGBUILD
parent72e775bf1b5ac4853cc7c760c1fe9d6935d4a5ba (diff)
downloadaur-01c71461b04b1c9c729047ea0926dfa19a1b4806.tar.gz
2.17.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"