summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrás Wacha2020-07-07 10:30:46 +0200
committerAndrás Wacha2020-07-07 10:30:46 +0200
commit579e0a0825282e3185997ca3ab7370cb603ae26f (patch)
treecb1fb1e60e4cc727d436e059026c7f9b05703d96 /PKGBUILD
parent5e3f512432f3c576232889dc5a4a866ff00c53a1 (diff)
downloadaur-579e0a0825282e3185997ca3ab7370cb603ae26f.tar.gz
Updated build number to force rebuild with new perl
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2f824ab3632..d8066b07209e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname='perl-nvidia-ml-pl'
pkgver='4.304.2'
-pkgrel='1'
+pkgrel='3'
pkgdesc="Perl bindings to the NVIDIA Management Library NVML"
-arch=('any')
+arch=('x86_64' 'i686')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl>=0' 'nvidia-utils>=430.34')
+depends=('perl>=5.32' 'nvidia-utils>=430.34')
makedepends=()
url='https://metacpan.org/release/nvidia-ml-pl'
source=('http://search.cpan.org/CPAN/authors/id/N/NV/NVBINDING/nvidia-ml-pl-4.304.2.tar.gz')