summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-05-18 09:19:33 +0200
committerErich Eckner <git@eckner.net>2021-05-18 09:19:33 +0200
commit4a377c84cc8da8b7f903e35cc21559b5456580ba (patch)
tree5c5b3407526456f1bf8dce94fa094120647fa109
parent1c74de44faf8d1be27ef9790593a78b4065d1a0d (diff)
downloadarchlinuxewe-4a377c84cc8da8b7f903e35cc21559b5456580ba.tar.xz
fix _pinned_dependencies
-rw-r--r--perl-cache-fastmmap/PKGBUILD2
-rw-r--r--perl-cpanel-json-xs/PKGBUILD2
-rw-r--r--perl-css-minifier-xs/PKGBUILD2
-rw-r--r--perl-file-map/PKGBUILD2
-rw-r--r--perl-javascript-minifier-xs/PKGBUILD2
-rw-r--r--perl-moose/PKGBUILD2
-rw-r--r--perl-net-ssh2/PKGBUILD3
-rw-r--r--perl-type-tiny-xs/PKGBUILD2
-rw-r--r--python-fisx/PKGBUILD1
-rwxr-xr-xpython-pyepics/PKGBUILD2
-rwxr-xr-xpython-pymca/PKGBUILD1
11 files changed, 11 insertions, 10 deletions
diff --git a/perl-cache-fastmmap/PKGBUILD b/perl-cache-fastmmap/PKGBUILD
index 8f57e6255..fb41e3652 100644
--- a/perl-cache-fastmmap/PKGBUILD
+++ b/perl-cache-fastmmap/PKGBUILD
@@ -12,7 +12,7 @@ _pinned_dependencies=(
'glibc>=2.31'
)
depends=(
- 'glibc>=2.31'
+ "${_pinned_dependencies[@]}"
'perl-storable'
'perl-test-deep')
makedepends=(
diff --git a/perl-cpanel-json-xs/PKGBUILD b/perl-cpanel-json-xs/PKGBUILD
index 2283c901d..6989a6eb3 100644
--- a/perl-cpanel-json-xs/PKGBUILD
+++ b/perl-cpanel-json-xs/PKGBUILD
@@ -11,7 +11,7 @@ _pinned_dependencies=(
'glibc>=2.31'
)
depends=(
- 'glibc>=2.31'
+ "${_pinned_dependencies[@]}"
'perl-carp'
'perl-encode>=1.9801'
'perl-exporter'
diff --git a/perl-css-minifier-xs/PKGBUILD b/perl-css-minifier-xs/PKGBUILD
index 5b0eaab91..e6185abe4 100644
--- a/perl-css-minifier-xs/PKGBUILD
+++ b/perl-css-minifier-xs/PKGBUILD
@@ -10,7 +10,7 @@ _pinned_dependencies=(
'glibc>=2.31'
)
depends=(
- 'glibc>=2.31')
+ "${_pinned_dependencies[@]}")
makedepends=(
'perl-extutils-makemaker'
'perl-file-temp'
diff --git a/perl-file-map/PKGBUILD b/perl-file-map/PKGBUILD
index 586a34d77..e7d99fb3f 100644
--- a/perl-file-map/PKGBUILD
+++ b/perl-file-map/PKGBUILD
@@ -20,7 +20,7 @@ makedepends=(
'perl-test-warnings>=0.005'
'perl-time-hires')
depends=(
- 'glibc>=2.31'
+ "${_pinned_dependencies[@]}"
'perl>=5.32'
'perl<5.33'
'perl-carp'
diff --git a/perl-javascript-minifier-xs/PKGBUILD b/perl-javascript-minifier-xs/PKGBUILD
index d7a6faa19..6ee4ef27f 100644
--- a/perl-javascript-minifier-xs/PKGBUILD
+++ b/perl-javascript-minifier-xs/PKGBUILD
@@ -12,7 +12,7 @@ _pinned_dependencies=(
'glibc>=2.31'
)
depends=(
- 'glibc>=2.31')
+ "${_pinned_dependencies[@]}")
makedepends=(
'perl-extutils-makemaker'
'perl-file-temp'
diff --git a/perl-moose/PKGBUILD b/perl-moose/PKGBUILD
index 254e71dff..524870132 100644
--- a/perl-moose/PKGBUILD
+++ b/perl-moose/PKGBUILD
@@ -450,7 +450,7 @@ provides=(
'perl-oose=2.2015'
'perl-test-moose=2.2015')
depends=(
- 'glibc>=2.31'
+ "${_pinned_dependencies[@]}"
'perl-carp>=1.22'
'perl-class-load>=0.09'
'perl-class-load-xs>=0.01'
diff --git a/perl-net-ssh2/PKGBUILD b/perl-net-ssh2/PKGBUILD
index 4f8a04c58..360977726 100644
--- a/perl-net-ssh2/PKGBUILD
+++ b/perl-net-ssh2/PKGBUILD
@@ -21,8 +21,7 @@ provides=(
'perl-net-ssh2-publickey=0.72'
'perl-net-ssh2-sftp=0.72')
depends=(
- 'glibc>=2.31'
- 'libssh2.so=1')
+ "${_pinned_dependencies[@]}")
makedepends=(
'perl-extutils-makemaker>=6.59')
url='https://metacpan.org/release/Net-SSH2'
diff --git a/perl-type-tiny-xs/PKGBUILD b/perl-type-tiny-xs/PKGBUILD
index f6773d534..21519c3dd 100644
--- a/perl-type-tiny-xs/PKGBUILD
+++ b/perl-type-tiny-xs/PKGBUILD
@@ -15,7 +15,7 @@ makedepends=(
'perl-extutils-makemaker>=6.17'
'perl-test-simple>=0.92')
depends=(
- 'glibc>=2.31')
+ "${_pinned_dependencies[@]}")
provides=(
'perl-type-tiny-xs-util=0.022')
checkdepends=(
diff --git a/python-fisx/PKGBUILD b/python-fisx/PKGBUILD
index f18eeaf28..97ce8963c 100644
--- a/python-fisx/PKGBUILD
+++ b/python-fisx/PKGBUILD
@@ -16,6 +16,7 @@ makedepends=(
'python-numpy'
'python-setuptools')
depends=(
+ "${_pinned_dependencies[@]}"
'python>=3.9'
'python<3.10'
'python-numpy')
diff --git a/python-pyepics/PKGBUILD b/python-pyepics/PKGBUILD
index d6ef57e38..a42be7d85 100755
--- a/python-pyepics/PKGBUILD
+++ b/python-pyepics/PKGBUILD
@@ -15,7 +15,7 @@ _pinned_dependencies=(
makedepends=(
'python-setuptools')
depends=(
-
+ "${_pinned_dependencies[@]}"
'python>=3.9'
'python<3.10')
source=(
diff --git a/python-pymca/PKGBUILD b/python-pymca/PKGBUILD
index 550cc6b0b..d3d5b6331 100755
--- a/python-pymca/PKGBUILD
+++ b/python-pymca/PKGBUILD
@@ -11,6 +11,7 @@ _pinned_dependencies=(
'glibc>=2.31'
)
depends=(
+ "${_pinned_dependencies[@]}"
'python<3.10'
'python>=3.9'
'python-fisx>=1.1.5'