Date: Monday, October 29, 2018 @ 07:58:22 Author: spupykin Revision: 399388
upgpkg: perl-params-classify 0.015-1 Modified: perl-params-classify/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-29 07:58:05 UTC (rev 399387) +++ PKGBUILD 2018-10-29 07:58:22 UTC (rev 399388) @@ -1,8 +1,8 @@ # Maintainer: Sergej Pupykin <[email protected]> pkgname=perl-params-classify -pkgver=0.013 -pkgrel=11 +pkgver=0.015 +pkgrel=1 pkgdesc="argument type classification" arch=(x86_64) license=('PerlArtistic') @@ -12,13 +12,13 @@ makedepends=('perl-module-build') source=("http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Params-Classify-$pkgver.tar.gz" 'op-sibling-fixes.patch') -md5sums=('63d24fbec775472ada49d16bce4a9b1f' - '6a115714a269b34decf42fc445a2d0e0') +sha256sums=('398ec15cd899fcd8bef3db9ea1748bf631f15f6c32be203e475b67df510a5914' + 'b9e3ce962ae98fa325e864d72347d2a172a4bcee9da867dafd087f3a9180ea7d') prepare() { cd "$srcdir"/Params-Classify-$pkgver # https://rt.cpan.org/Public/Bug/Display.html?id=114490 - patch -Np1 -i ../op-sibling-fixes.patch +# patch -Np1 -i ../op-sibling-fixes.patch } build() {
