[arch-commits] Commit in perl-email-date-format/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Nov 8 21:18:31 UTC 2018


    Date: Thursday, November 8, 2018 @ 21:18:31
  Author: felixonmars
Revision: 338423

update source and format

Modified:
  perl-email-date-format/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-08 20:56:08 UTC (rev 338422)
+++ PKGBUILD	2018-11-08 21:18:31 UTC (rev 338423)
@@ -11,7 +11,7 @@
 depends=('perl')
 checkdepends=('perl-test-pod' 'perl-capture-tiny')
 options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Date-Format-$pkgver.tar.gz")
+source=("https://www.cpan.org/authors/id/R/RJ/RJBS/Email-Date-Format-$pkgver.tar.gz")
 md5sums=('030dcee3bc1a44674900b0132925bd03')
 
 build() {
@@ -27,5 +27,5 @@
 
 package() {
   cd Email-Date-Format-$pkgver
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list