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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 11:11:38 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:11:38
  Author: foutrelis
Revision: 446839

Fix tests with sqlite 3.37

Modified:
  perl-dbd-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-29 11:08:33 UTC (rev 446838)
+++ PKGBUILD	2022-05-29 11:11:38 UTC (rev 446839)
@@ -9,8 +9,10 @@
 license=('GPL' 'PerlArtistic')
 depends=('perl-dbi' 'sqlite')
 source=("https://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-$pkgver.tar.gz"
+        $pkgname-sqlite-3.37.patch::https://github.com/DBD-SQLite/DBD-SQLite/commit/ba4f472e7372.patch
         libsqlite.patch)
 sha512sums=('163d53a8a214202a39b346ae023f9d10255c69dde537bc764a4ef312b62ef7b02ae1400e6c1a59d0483fd98abba6c36939214c13f5d9b3a2727c41753ba59060'
+            'ed468728a6a1d1e7228ccb8df9fd14ad0c22ae7b5e1b9e7bb32352e4e34794684bcd570da322a94f34e8e967d6155520c4f4652c0ec2f4d0fc0aee6f89314ec7'
             'cf492402f9127c40130c052a6b3f78e86abc0342385130be386aa12e23b1166f20deac50eee1dcc1e43598ba5785d0a218f2cb0a6bb7f5dd7f7c0fc3220bd2bb')
 
 prepare() {
@@ -21,6 +23,9 @@
   # make test.
   rm sqlite3.c
 
+  # https://github.com/DBD-SQLite/DBD-SQLite/issues/92
+  patch -Np1 -i ../$pkgname-sqlite-3.37.patch
+
   # Makefile asks us to patch this to allow to link with system sqlite...
   patch -i "$srcdir/libsqlite.patch"
 }



More information about the arch-commits mailing list