[arch-commits] Commit in perl-dbd-sqlite/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Nov 8 13:17:55 UTC 2018


    Date: Thursday, November 8, 2018 @ 13:17:55
  Author: felixonmars
Revision: 338382

update source and format

Modified:
  perl-dbd-sqlite/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-08 13:01:07 UTC (rev 338381)
+++ PKGBUILD	2018-11-08 13:17:55 UTC (rev 338382)
@@ -8,21 +8,21 @@
 url="http://search.cpan.org/dist/DBD-SQLite"
 license=('GPL' 'PerlArtistic')
 depends=('perl-dbi' 'sqlite')
-source=(http://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${pkgver}.tar.gz)
+source=("https://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-$pkgver.tar.gz")
 sha512sums=('080d1e304fb0d43926ce0345df3367132c317ba113bdc11952c0a159bc68d988a024828a28e66be267f82e07731dee225723854fb80914ba7c476b27dbdeb212')
 
 build() {
-  cd DBD-SQLite-${pkgver}
+  cd DBD-SQLite-$pkgver
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 check() {
-  cd DBD-SQLite-${pkgver}
+  cd DBD-SQLite-$pkgver
   make test
 }
 
 package() {
-  cd DBD-SQLite-${pkgver}
-  make install DESTDIR="${pkgdir}"
+  cd DBD-SQLite-$pkgver
+  make install DESTDIR="$pkgdir"
 }



More information about the arch-commits mailing list