aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-11-06 16:38:11 +0100
committerbartus2019-11-06 16:38:28 +0100
commita4d45563ec1add638f8d8f7645f5e8bbb3203582 (patch)
treed65d2042825262c8c2efe0c677ce04910604a588
parenta6beaaaf3a35d619c6028d71c7c72275400478ae (diff)
downloadaur-a4d45563ec1add638f8d8f7645f5e8bbb3203582.tar.gz
Add shellcheck disable SC2034.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
-rw-r--r--PKGBUILD.in1
3 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fe0982133e9..91dfb26e33f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gimp-develop-git
pkgdesc = GNU Image Manipulation Program (non-conflicting git version)
- pkgver = 2.99.1.r3723.65530b6aa7
+ pkgver = 2.99.1.r4006.f0077265b4
pkgrel = 1
epoch = 1
url = https://www.gimp.org
diff --git a/PKGBUILD b/PKGBUILD
index 2022ca5c4e49..793eb40985e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
+# shellcheck disable=SC2034
# Contributor: Filipe Laíns (FFY00) <filipe.lains@gmail.com>
# Contributor: Iru Cai <mytbk920423@gmail.com>
# Contributor: Alexander Hunziker <alex.hunziker@gmail.com>
@@ -7,7 +8,7 @@
pkgname=gimp-develop-git
_pkgname=${pkgname%-develop-git}
epoch=1
-pkgver=2.99.1.r3723.65530b6aa7
+pkgver=2.99.1.r4006.f0077265b4
pkgrel=1
pkgdesc="GNU Image Manipulation Program (non-conflicting git version)"
arch=('i686' 'x86_64')
diff --git a/PKGBUILD.in b/PKGBUILD.in
index a7dd3dc4a68c..e2f9c8ad372e 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -1,4 +1,5 @@
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
+# shellcheck disable=SC2034
# Contributor: Filipe Laíns (FFY00) <filipe.lains@gmail.com>
# Contributor: Iru Cai <mytbk920423@gmail.com>
# Contributor: Alexander Hunziker <alex.hunziker@gmail.com>