diff --git a/perl-Text-CharWidth/PKGBUILD b/perl-Text-CharWidth/PKGBUILD index 467aa292..48a7bad0 100644 --- a/perl-Text-CharWidth/PKGBUILD +++ b/perl-Text-CharWidth/PKGBUILD @@ -3,14 +3,14 @@ _realname=Text-CharWidth pkgname=perl-${_realname} pkgver=0.04 -pkgrel=8 +pkgrel=9 pkgdesc="Text::CharWidth - Get number of occupied columns of a string on terminal" arch=('i686' 'x86_64') url="https://metacpan.org/dist/Text-CharWidth/" groups=("perl-modules") license=('GPL' 'PerlArtistic') depends=("perl" "libcrypt") -makedepends=("perl-devel" 'make' 'gcc') +makedepends=("perl-devel" "libcrypt-devel" 'make' 'gcc') options=('!emptydirs') source=(https://www.cpan.org/authors/id/K/KU/KUBOTA/${_realname}-${pkgver}.tar.gz) sha256sums=('abded5f4fdd9338e89fd2f1d8271c44989dae5bf50aece41b6179d8e230704f8')