summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-10-29 19:49:53 +1300
committerGeorge Rawlinson2022-10-29 19:49:53 +1300
commit043848b560ad65bdb1ecf6c6c99612784e1726f6 (patch)
treea264397d5f6614417009b88c8e6b58eb2732da91
parentc98efcd58775885cf92a2bfc412d7c176398ef2b (diff)
downloadaur-043848b560ad65bdb1ecf6c6c99612784e1726f6.tar.gz
upgpkg: vhs 0.1.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39d83a651764..bfd190d136af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vhs
pkgdesc = A tool for recording terminal GIFs
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/charmbracelet/vhs
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = vhs
depends = ffmpeg
depends = ttyd
options = !lto
- source = vhs::git+https://github.com/charmbracelet/vhs#commit=d6bba9f32240f3eef4b063f4742b9af4475cc9b2
+ source = vhs::git+https://github.com/charmbracelet/vhs#commit=b023c66ea250069c6b65b590828ecb05892104f5
b2sums = SKIP
pkgname = vhs
diff --git a/PKGBUILD b/PKGBUILD
index 2646551e2e5d..df0d238674bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=vhs
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc='A tool for recording terminal GIFs'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('ffmpeg' 'ttyd')
makedepends=('git' 'go')
options=('!lto')
-_commit='d6bba9f32240f3eef4b063f4742b9af4475cc9b2'
+_commit='b023c66ea250069c6b65b590828ecb05892104f5'
source=("$pkgname::git+$url#commit=$_commit")
b2sums=('SKIP')