summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Rogoża2020-05-31 23:29:15 +0200
committerPiotr Rogoża2020-05-31 23:29:15 +0200
commitce9896616e220fe6610b726786e5c78394c57d50 (patch)
treef6c891c59ac52e8d17206842a1bd989380a6089f
parentd286bb5842e7aefe2b82fceba3f3ef9069292f3c (diff)
downloadaur-ce9896616e220fe6610b726786e5c78394c57d50.tar.gz
Fixed depends and upgraded package
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 637ef920d3d2..9a4cd406718d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# Mon Mar 5 18:47:04 UTC 2018
pkgbase = perl-configreader-simple
pkgdesc = ConfigReader::Simple - simple configuration file parser
- pkgver = 1.291
+ pkgver = 1.293
pkgrel = 1
url = http://search.cpan.org/dist/ConfigReader-Simple/
arch = any
license = GPL
license = PerlArtistic
- depends = perl>=5.10.0
+ depends = perl-test-output
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/ConfigReader-Simple-1.291.tar.gz
- sha256sums = 492c4c6a8d75e00beae9fb90c65b2545222bc0ca4e8e2524750e253c9975a840
+ source = http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/ConfigReader-Simple-1.293.tar.gz
+ sha256sums = 669eeac99f21867df67678b8a1fd47285a46ed948e717734ec2f017b1781afda
pkgname = perl-configreader-simple
diff --git a/PKGBUILD b/PKGBUILD
index 6ae1e63220c8..d96345f5d40d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: dracorp aka Piotr Rogoza <piotr.r.public at gmail.com>
pkgname=perl-configreader-simple
-pkgver=1.291
+pkgver=1.293
_author=B/BD/BDFOY
_perlmod=ConfigReader-Simple
pkgrel=1
@@ -9,8 +9,7 @@ pkgdesc='ConfigReader::Simple - simple configuration file parser'
arch=('any')
url="http://search.cpan.org/dist/ConfigReader-Simple/"
license=('GPL' 'PerlArtistic')
-groups=()
-depends=('perl>=5.10.0')
+depends=(perl-test-output)
makedepends=()
#optdepends=(
# 'perl-test-output: for testing packages'
@@ -24,7 +23,7 @@ backup=()
options=(!emptydirs)
install=
source=("http://search.cpan.org/CPAN/authors/id/$_author/$_perlmod-$pkgver.tar.gz")
-sha256sums=('492c4c6a8d75e00beae9fb90c65b2545222bc0ca4e8e2524750e253c9975a840')
+sha256sums=('669eeac99f21867df67678b8a1fd47285a46ed948e717734ec2f017b1781afda')
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps MODULEBUILDRC=/dev/null