diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-18 08:28:37 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-18 12:53:23 -0300 |
commit | 39c12e2fbdd5e54b8b4135b882f21c7ef1b52ea2 (patch) | |
tree | 81606d2d1ebedc3e954681860c65e63a6c023a56 /libre/perl-static | |
parent | ed212c0986c490715f9c8012734682ad9e252be2 (diff) | |
download | abslibre-39c12e2fbdd5e54b8b4135b882f21c7ef1b52ea2.tar.gz abslibre-39c12e2fbdd5e54b8b4135b882f21c7ef1b52ea2.tar.bz2 abslibre-39c12e2fbdd5e54b8b4135b882f21c7ef1b52ea2.zip |
perl-static: remove groups variable
Diffstat (limited to 'libre/perl-static')
-rw-r--r-- | libre/perl-static/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libre/perl-static/PKGBUILD b/libre/perl-static/PKGBUILD index 091af2171..297adbbe9 100644 --- a/libre/perl-static/PKGBUILD +++ b/libre/perl-static/PKGBUILD @@ -4,12 +4,11 @@ _pkgname=perl pkgname=perl-static pkgver=5.22.1 -pkgrel=2 +pkgrel=2.1 pkgdesc="A highly capable, feature-rich programming language (static libraries only)" arch=(i686 x86_64 armv7h) license=('GPL' 'PerlArtistic') url="http://www.perl.org" -groups=('base') depends=('gdbm-static' 'db-static' 'perl') source=(http://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2 CVE-2016-2381_duplicate_env.diff) |