summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHurricanePootis2022-03-27 17:47:06 -0500
committerHurricanePootis2022-03-27 17:47:06 -0500
commit76edfa827ae6d9510e3201644490aac723373e3c (patch)
tree857c2ac4da6b210e42a37f2a97835db2b8e25478 /PKGBUILD
parent114634d422a06196cf85bf665957a38b41fa0223 (diff)
downloadaur-76edfa827ae6d9510e3201644490aac723373e3c.tar.gz
Update to 7.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c6a636d17d9..beb507b21661 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
pkgname=imgbrd-grabber
-pkgver=7.7.1
-pkgrel=2
+pkgver=7.8.0
+pkgrel=1
pkgdesc="Very customizable imageboard/booru downloader with powerful filenaming features."
arch=('x86_64')
url="https://github.com/Bionus/imgbrd-grabber"
@@ -29,10 +29,6 @@ prepare() {
git config submodule.Catch2.url $srcdir/Catch2
git config submodule.Catch2.path "$srcdir/${pkgname}/src/tests/src/vendor/catch"
git submodule update
-
- # Manually update Catch2 to branch v2.x (https://github.com/Bionus/imgbrd-grabber/commit/20f063f50df7a14a65f2de37bb986a54010bbf2c)
- cd "$srcdir/${pkgname}/src/tests/src/vendor/catch"
- git checkout origin/v2.x
}
build() {