summarylogtreecommitdiffstats
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
parent5e3f512432f3c576232889dc5a4a866ff00c53a1 (diff)
downloadaur-579e0a0825282e3185997ca3ab7370cb603ae26f.tar.gz
Updated build number to force rebuild with new perl
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c782216ec644..8002cb237675 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = perl-nvidia-ml-pl
pkgdesc = Perl bindings to the NVIDIA Management Library NVML
pkgver = 4.304.2
- pkgrel = 1
+ pkgrel = 3
url = https://metacpan.org/release/nvidia-ml-pl
- arch = any
+ arch = x86_64
+ arch = i686
license = PerlArtistic
license = GPL
- depends = perl>=0
+ depends = perl>=5.32
depends = nvidia-utils>=430.34
options = !emptydirs
source = http://search.cpan.org/CPAN/authors/id/N/NV/NVBINDING/nvidia-ml-pl-4.304.2.tar.gz
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')