summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 558334ea1b1b..9e456eed0962 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: eeeXun <sdes96303@gmail.com>
pkgname=gtt-bin
-pkgver=8
+pkgver=9
pkgrel=1
pkgdesc='Translate TUI in Golang'
url='https://github.com/eeeXun/gtt'
@@ -11,7 +11,7 @@ arch=('x86_64')
depends=('alsa-lib')
optdepends=('xclip: for clipboard support on X11' 'wl-clipboard: for clipboard support on Wayland')
provides=('gtt')
-sha256sums_x86_64=('0d0611868691d86c59f94c713f7a9481f23894d06a61485081722b4d7426f867')
+sha256sums_x86_64=('169d890158771cb5ca557aadfc19e0b824f0c5e8ded2e76924808adfda8824b7')
package() {
install -Dm755 "gtt" "$pkgdir/usr/bin/gtt"