aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Grimes2022-04-06 07:48:58 -0400
committerMark Grimes2022-04-06 07:49:30 -0400
commitc05b6bb21f5fde333f232856abf9d7ac2462a575 (patch)
tree37cbba7b8301be6c2a0500b7f55590dade0b5142 /PKGBUILD
parentd4b31a3aca1d23b75ad90d7edceab7dcafab5790 (diff)
downloadaur-perl-media-datetime.tar.gz
feat: updates to version 0.49
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f9af06b99fb..061fcc324372 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# https://github.com/mvgrimes/aur-perl-media-datetime
pkgname=perl-media-datetime
-pkgver=0.48
-pkgrel=2
+pkgver=0.49
+pkgrel=1
pkgdesc=" A simple module to extract the timestamp from media files in an flexible manner."
_dist=Media-DateTime
arch=('any')
@@ -14,7 +14,7 @@ depends=(perl perl-module-build perl-datetime perl-try-tiny perl-module-pluggabl
# 'File::Which' => 0,
options=('!emptydirs' purge)
source=(https://cpan.metacpan.org/authors/id/M/MG/MGRIMES/${_dist}-${pkgver}.tar.gz)
-md5sums=('5e2444c99e45e2bdb45d472bb13a7b43')
+md5sums=('342b8da069be300672ed4f886e983c60')
# Setup environment to ensure installation in system perl and vender directory
clean_env() {