Search Criteria
Package Details: sqlitecpp 3.3.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sqlitecpp.git (read-only, click to copy) |
---|---|
Package Base: | sqlitecpp |
Description: | A smart and easy to use C++ SQLite3 wrapper. |
Upstream URL: | https://github.com/SRombauts/SQLiteCpp |
Keywords: | library sqlite |
Licenses: | MIT |
Submitter: | sum01 |
Maintainer: | Ender_Shiru |
Last Packager: | Ender_Shiru |
Votes: | 5 |
Popularity: | 0.80 |
First Submitted: | 2020-05-14 18:00 (UTC) |
Last Updated: | 2025-07-19 03:33 (UTC) |
Latest Comments
lostis commented on 2025-07-18 16:18 (UTC)
diff --git a/PKGBUILD b/PKGBUILD index b6431bc..2c16c87 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Credit to sum01 pkgname=sqlitecpp _dirname='SQLiteCpp' -pkgver=3.3.2 +pkgver=3.3.3 pkgrel=1 pkgdesc='A smart and easy to use C++ SQLite3 wrapper.' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('sqlite>=3.19') optdepends=('sqlcipher: for database encryption API') makedepends=('cmake>=3.1') source=("$pkgname-$pkgver::https://github.com/SRombauts/SQLiteCpp/archive/${pkgver}.tar.gz") -sha512sums=('e65695765756570d3b2df9151c968f76d434b9ec1dbcffa71e6b58a0cad005dc60c03ac826269d0292ecda2ad2abfbf2acd1cb71fb11967f53ff58140ea133fd') +sha512sums=('23193108faaca4c1c7b0a05178bfdbb772a4e14dc145af1b3a7b35efe05a94b07200bdd5551afde44ab5eb3c6aeabbd70cfb0d710dc2750a8280e06fba94c494')
mtxn commented on 2024-09-28 14:13 (UTC)