summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrant G2022-11-17 22:31:22 +0000
committerGrant G2022-11-17 22:31:22 +0000
commit5ae0309329120044c117a1526ab48794c09fe522 (patch)
treeb0efd925e737a7983622eb0db5aba11cc95842c2 /PKGBUILD
parenta2a965c967492a0be546b449613649d421df44e1 (diff)
downloadaur-5ae0309329120044c117a1526ab48794c09fe522.tar.gz
2.7.10-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25352851fd15..013221ce5b15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grant G <grant@fig.io>
pkgname='fig'
-pkgver='2.7.8'
+pkgver='2.7.10'
pkgrel=1
pkgdesc='Adds IDE-style autocomplete to your existing terminal.'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('custom')
depends=('gtk3' 'webkit2gtk' 'libappindicator-gtk3' 'ibus' 'xdg-utils')
source=("${pkgname}-${pkgver//_/-}.tar.xz::https://repo.fig.io/generic/stable/asset/${pkgver//_/-}/x86_64/fig.tar.xz")
-sha256sums=('a16097b1a9beb79d2f6502afe024e539fe0415014668c9514afcd2b7ca35237d')
+sha256sums=('c67e6510d351c8d343951237845f8cb92ca6b630b1eb31d5ffaa0c3ae90222b8')
package() {
cp -r "${srcdir}/usr" "${pkgdir}/usr"