diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = goshot-bin pkgdesc = A powerful CLI tool and library for creating beautiful code screenshots with customizable window chrome, syntax highlighting, and backgrounds - pkgver = 0.7.0 + pkgver = 0.7.1 pkgrel = 1 url = https://github.com/watzon/goshot arch = x86_64 @@ -10,9 +10,9 @@ pkgbase = goshot-bin optdepends = xclip: clipboard support for X11 provides = goshot conflicts = goshot - source_x86_64 = goshot_Linux_x86_64.tar.gz::https://github.com/watzon/goshot/releases/download/v0.7.0/goshot_Linux_x86_64.tar.gz + source_x86_64 = goshot_Linux_x86_64.tar.gz::https://github.com/watzon/goshot/releases/download/v0.7.1/goshot_Linux_x86_64.tar.gz sha256sums_x86_64 = SKIP - source_aarch64 = goshot_Linux_arm64.tar.gz::https://github.com/watzon/goshot/releases/download/v0.7.0/goshot_Linux_arm64.tar.gz + source_aarch64 = goshot_Linux_arm64.tar.gz::https://github.com/watzon/goshot/releases/download/v0.7.1/goshot_Linux_arm64.tar.gz sha256sums_aarch64 = SKIP pkgname = goshot-bin @@ -1,6 +1,6 @@ # Maintainer: Chris Watson <cawatson1993@gmail.com> pkgname=goshot-bin -pkgver=0.7.0 +pkgver=0.7.1 pkgrel=1 pkgdesc="A powerful CLI tool and library for creating beautiful code screenshots with customizable window chrome, syntax highlighting, and backgrounds" arch=('x86_64' 'aarch64') |