diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-04 13:43:14 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-04 13:43:14 -0300 |
commit | cbba2111ae585b17594535ec01f13bac66937331 (patch) | |
tree | f097dd36996ae3c7c96c9f91c1dd428670572b80 /extra/perl-dbi/PKGBUILD | |
parent | abcaa80b2d3bb539503c485bfea891adc7ffc193 (diff) | |
parent | 1e6588d64f084decf287a58b7ff93ff0ce4d0446 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/multipath-tools/PKGBUILD
community/perl-gnome2-wnck/PKGBUILD
community/znc/PKGBUILD
core/openldap/PKGBUILD
extra/mod_perl/PKGBUILD
extra/perl-digest-nilsimsa/PKGBUILD
extra/php/PKGBUILD
extra/pidgin/PKGBUILD
extra/postgresql/PKGBUILD
extra/vim/PKGBUILD
extra/xcb-util-keysyms/PKGBUILD
extra/xcb-util-wm/PKGBUILD
extra/xournal/PKGBUILD
kde-unstable/kdepim/PKGBUILD
multilib/lib32-libx11/PKGBUILD
multilib/lib32-libxft/PKGBUILD
multilib/lib32-xcb-util/PKGBUILD
Diffstat (limited to 'extra/perl-dbi/PKGBUILD')
-rw-r--r-- | extra/perl-dbi/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/perl-dbi/PKGBUILD b/extra/perl-dbi/PKGBUILD index cf75937e5..39171d05d 100644 --- a/extra/perl-dbi/PKGBUILD +++ b/extra/perl-dbi/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 153672 2012-03-17 19:13:48Z eric $ +# $Id: PKGBUILD 160521 2012-06-02 10:27:22Z bluewind $ # Maintainer: kevin <kevin@archlinux.org> # Contributor: Matt Thompson <mattt@defunct.ca> pkgname=perl-dbi _realname=DBI pkgver=1.618 -pkgrel=1 +pkgrel=2 pkgdesc="Database independent interface for Perl" arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'PerlArtistic') url="http://search.cpan.org/dist/${_realname}/" -depends=('perl>=5.12.1') +depends=('perl') options=('!emptydirs') source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz) md5sums=('5ad29b56f7457f22bd1ca1c871b30719') |