aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2024-03-06 14:17:59 +0100
committerbartus2024-03-06 14:17:59 +0100
commitd451021dc4ff78608cdd0bee162aa1ee988fe072 (patch)
tree38b17c9e2c016de133ed5a3a1a2da42780adc392
parent4817367aef9502f3c882c74b843ef7053597a386 (diff)
downloadaur-d451021dc4ff78608cdd0bee162aa1ee988fe072.tar.gz
Refactor makedepends array declaration
-rw-r--r--PKGBUILD2
-rw-r--r--PKGBUILD.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ff506964a6a..e10265243305 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,7 @@ depends=(
'appstream-glib>=0.7.7'
'gobject-introspection>=1.32.0'
)
-makedepends=('git' 'intltool>=0.40.1'
+makedepends+=('git' 'intltool>=0.40.1'
'alsa-lib>=1.0.0' 'libxslt' 'glib-networking'
'alsa-lib' 'curl' 'ghostscript' 'libxpm' 'webkit2gtk'
'libheif' 'libwebp' 'libmng' 'iso-codes' 'aalib' 'zlib'
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 392a364fd556..f40c3400dc7a 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -39,7 +39,7 @@ depends=(
'appstream-glib>=@_appstream_glib_version@'
'gobject-introspection>=@_introspection_version@'
)
-makedepends=('git' 'intltool>=0.40.1'
+makedepends+=('git' 'intltool>=0.40.1'
'alsa-lib>=1.0.0' 'libxslt' 'glib-networking'
'alsa-lib' 'curl' 'ghostscript' 'libxpm' 'webkit2gtk'
'libheif' 'libwebp' 'libmng' 'iso-codes' 'aalib' 'zlib'