summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Witkowski2021-02-05 09:29:48 -0700
committerAlan Witkowski2021-02-05 09:29:48 -0700
commit0f592e6c9ad2f35dbce135fe6b6289d9ce738ca0 (patch)
tree1c1bc84d25cf9e31e5485b39ee8a0b0e99519280
parent775c0f1519863302ed012084b1d6f62c2f642d9a (diff)
downloadaur-0f592e6c9ad2f35dbce135fe6b6289d9ce738ca0.tar.gz
3.34.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02416a77bb0c..ad98a72f228e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-sqlite
pkgdesc = A C library that implements an SQL database engine (mingw-w64)
- pkgver = 3.34.0
+ pkgver = 3.34.1
pkgrel = 1
url = https://www.sqlite.org/
arch = any
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-sqlite
options = !buildflags
options = !strip
options = staticlibs
- source = https://www.sqlite.org/2020/sqlite-autoconf-3340000.tar.gz
- sha256sums = bf6db7fae37d51754737747aaaf413b4d6b3b5fbacd52bdb2d0d6e5b2edd9aee
+ source = https://www.sqlite.org/2021/sqlite-autoconf-3340100.tar.gz
+ sha256sums = 2a3bca581117b3b88e5361d0ef3803ba6d8da604b1c1a47d902ef785c1b53e89
pkgname = mingw-w64-sqlite
diff --git a/PKGBUILD b/PKGBUILD
index 3bc6bc4cbd75..3b0d954a2d7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
+# Maintainer: jazztickets <jazztickets at gmail dot com>
# Contributor: Andrew Sun <adsun701 at gmail dot com>
# Contributor: napa3um <napa3um at gmail dot com>
# Contributor: Filip Brcic <brcha at gna dot org>
pkgname=mingw-w64-sqlite
-_amalgamationver=3340000
-pkgver=3.34.0
+_amalgamationver=3340100
+pkgver=3.34.1
pkgrel=1
pkgdesc="A C library that implements an SQL database engine (mingw-w64)"
arch=('any')
@@ -14,8 +15,8 @@ makedepends=('mingw-w64-configure' 'mingw-w64-pdcurses' 'mingw-w64-readline')
options=('!buildflags' '!strip' 'staticlibs')
license=('custom:Public Domain')
url="https://www.sqlite.org/"
-source=("https://www.sqlite.org/2020/sqlite-autoconf-${_amalgamationver}.tar.gz")
-sha256sums=('bf6db7fae37d51754737747aaaf413b4d6b3b5fbacd52bdb2d0d6e5b2edd9aee')
+source=("https://www.sqlite.org/2021/sqlite-autoconf-${_amalgamationver}.tar.gz")
+sha256sums=('2a3bca581117b3b88e5361d0ef3803ba6d8da604b1c1a47d902ef785c1b53e89')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"