summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrás Wacha2022-01-18 08:06:49 +0100
committerAndrás Wacha2022-01-18 08:06:49 +0100
commit19064c87bee69a1ea78f592c4fa9ce4b772ea6ae (patch)
tree088146bde595bf49b420e9c800992d998a1cd121
parent4dc7cdf4b5cc4f3ad5ecadd9c511234f3a54bb3a (diff)
downloadaur-19064c87bee69a1ea78f592c4fa9ce4b772ea6ae.tar.gz
Upstream version 1.075
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2506e3bb82c8..7a1dc4ae92e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-chemistry-elements
pkgdesc = Perl extension for working with Chemical Elements
- pkgver = 1.071
+ pkgver = 1.075
pkgrel = 1
url = https://metacpan.org/release/Chemistry-Elements
arch = any
@@ -8,9 +8,8 @@ pkgbase = perl-chemistry-elements
license = GPL
depends = perl>=0
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Chemistry-Elements-1.071.tar.gz
- md5sums = ecb456164a66372a5a15c12ae6a469ee
- sha512sums = 4af09435a43e9c8a8651f7333e10a2a52ea221cbc179332b4deb472f8af59ac1fd1b0551a5af33ce8f58c032dbdaaaba459836da746a80889e9e089d301bb385
+ source = http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Chemistry-Elements-1.075.tar.gz
+ md5sums = eae84ee452cc2acd6eae2b68f0883498
+ sha512sums = fb310ed3b8d2185da06487b777b5a912175628ddc0d803a9e9225ab308aad87586e4986868da7c0c3f8314fb10b63a9f7cb6ae0fdc354c13d5515112fd08f3d2
pkgname = perl-chemistry-elements
-
diff --git a/PKGBUILD b/PKGBUILD
index aa201489994f..9099afba1d17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: András Wacha < awacha at gmail >
pkgname='perl-chemistry-elements'
-pkgver='1.071'
+pkgver='1.075'
pkgrel='1'
pkgdesc="Perl extension for working with Chemical Elements"
arch=('any')
@@ -11,10 +11,10 @@ options=('!emptydirs')
depends=('perl>=0')
makedepends=()
url='https://metacpan.org/release/Chemistry-Elements'
-source=('http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Chemistry-Elements-1.071.tar.gz')
-md5sums=('ecb456164a66372a5a15c12ae6a469ee')
-sha512sums=('4af09435a43e9c8a8651f7333e10a2a52ea221cbc179332b4deb472f8af59ac1fd1b0551a5af33ce8f58c032dbdaaaba459836da746a80889e9e089d301bb385')
-_distdir="Chemistry-Elements-1.071"
+source=("http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Chemistry-Elements-${pkgver}.tar.gz")
+md5sums=('eae84ee452cc2acd6eae2b68f0883498')
+sha512sums=('fb310ed3b8d2185da06487b777b5a912175628ddc0d803a9e9225ab308aad87586e4986868da7c0c3f8314fb10b63a9f7cb6ae0fdc354c13d5515112fd08f3d2')
+_distdir="Chemistry-Elements-${pkgver}"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \