Updated Grabber to 7.8.1

This commit is contained in:
Rain Clark 2022-04-26 13:46:02 -04:00
parent 72211913ae
commit 819c7644a4

View File

@ -1,7 +1,7 @@
# Maintainer: Rain Clark <rain AT melonbread DOT dev> # Maintainer: Rain Clark <rain AT melonbread DOT dev>
pkgname=imgbrd-grabber-appimage pkgname=imgbrd-grabber-appimage
pkgver=7.8.0 pkgver=7.8.1
pkgrel=1 pkgrel=1
pkgdesc="Very customizable imageboard/booru downloader with powerful filenaming features." pkgdesc="Very customizable imageboard/booru downloader with powerful filenaming features."
arch=('x86_64') arch=('x86_64')
@ -17,7 +17,7 @@ noextract=('$_pkgname')
options=('!strip') options=('!strip')
source=(https://github.com/Bionus/imgbrd-grabber/releases/download/v${pkgver}/${_pkgname}) source=(https://github.com/Bionus/imgbrd-grabber/releases/download/v${pkgver}/${_pkgname})
sha256sums=('1c4bc407c8a7ca28516f9f45a936abaa582592113fbeb7ddb31b8eb581c39894') sha256sums=('c27c2e13c6ec368e56de12e1dec653e824ad02d4ba74643b0eeaf3a3c3648acf')
prepare() { prepare() {
cd "${srcdir}" cd "${srcdir}"