diff options
author | Erich Eckner <git@eckner.net> | 2018-07-19 16:43:35 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-07-19 16:43:35 +0200 |
commit | c78008a52d31ec30e1ebc434f2ab1ff841ebea88 (patch) | |
tree | d51ca796de206a9c1ccc681dd01c0afc9ccf9d54 | |
parent | 7e542942a2ceafe23b55f625419caa80a48fc47e (diff) | |
download | archlinuxewe-c78008a52d31ec30e1ebc434f2ab1ff841ebea88.tar.xz |
perl-mojolicious-plugin-assetpack 2.02-1 -> 2.04-1
-rw-r--r-- | perl-mojolicious-plugin-assetpack/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-mojolicious-plugin-assetpack/PKGBUILD b/perl-mojolicious-plugin-assetpack/PKGBUILD index 74bcb8703..50f6a4164 100644 --- a/perl-mojolicious-plugin-assetpack/PKGBUILD +++ b/perl-mojolicious-plugin-assetpack/PKGBUILD @@ -2,7 +2,7 @@ # Generator : neuesPerlPaket (2187f3ca33d7c791f08a9ab8c3893497ec9caa377e13a9f4565f67f0abb693a7e3c3edb2792f2bae0865f195eb47b422ea736d98c72a803ee24cecfcdfa2829f) pkgname='perl-mojolicious-plugin-assetpack' -pkgver=2.02 +pkgver=2.04 pkgrel=1 pkgdesc='Compress and convert css, less, sass, javascript and coffeescript files' arch=('any') @@ -20,7 +20,7 @@ makedepends=( url='https://metacpan.org/release/Mojolicious-Plugin-AssetPack' _distdir="Mojolicious-Plugin-AssetPack-${pkgver}" source=("https://cpan.metacpan.org/authors/id/J/JH/JHTHORSEN/${_distdir}.tar.gz") -sha512sums=('3b1ca21c3e272bfa791fda68f64f2ea354c048832120994da80a5a9e4ec32c956cc17764617d4fffc62417f43e29f8ffc01c70140e47530ee69ebc8ec7267933') +sha512sums=('4ac53760ffba59681906049ce26c44cd16146ef9f3ed0d3c046ee453acde1a036dab7bde3485129f2556c3c93df299021e11435c18c37f008efcf7855f07be1c') build() { cd "${srcdir}/${_distdir}" |