summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrant G2024-03-12 16:55:10 +0000
committerGrant G2024-03-12 16:55:10 +0000
commitd351ace1aa1888c7a759f47ccf95764a72a4e7ba (patch)
tree3c0fe3e7f14e35f763c5dec52573200d302a1321 /PKGBUILD
parent01c71461b04b1c9c729047ea0926dfa19a1b4806 (diff)
downloadaur-fig.tar.gz
2.18.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 283435624f90..61d8dccb738b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grant G <grant@fig.io>
pkgname='fig'
-pkgver='2.17.1'
+pkgver='2.18.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=('9e8173e2872f0e7e05fe2d50d0e5b5c84b285a99828f3bb694eb8bcfe2f019f2')
+sha256sums=('4a2211126152c2ed8f36cb7f0038ccfc77b0b8573882ae475472e1cdae11bf2a')
package() {
cp -r "${srcdir}/usr" "${pkgdir}/usr"