Package Details: sqlite_modern_cpp 3.2-1

Git Clone URL: https://aur.archlinux.org/sqlite_modern_cpp.git (read-only, click to copy)
Package Base: sqlite_modern_cpp
Description: A lightweight modern C++ wrapper around sqlite C api.
Upstream URL: https://github.com/aminroosta/sqlite_modern_cpp
Licenses: MIT
Submitter: None
Maintainer: funilrys
Last Packager: funilrys
Votes: 1
Popularity: 0.000000
First Submitted: 2016-03-20 15:06 (UTC)
Last Updated: 2017-05-13 17:20 (UTC)

Latest Comments

Eremiell commented on 2016-08-12 12:07 (UTC)

diff --git a/PKGBUILD b/PKGBUILD index 760c2c4..e88bafe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Kaan Genç <aur@kaangenc.me> pkgname=sqlite_modern_cpp -pkgver=2.2 +pkgver=2.4 pkgrel=1 pkgdesc="A lightweight modern C++ wrapper around sqlite C api." arch=('i686' 'x86_64') @@ -8,7 +8,7 @@ url="https://github.com/aminroosta/sqlite_modern_cpp" license=('MIT') depends=('sqlite') source=("https://github.com/aminroosta/$pkgname/archive/v$pkgver.tar.gz") -md5sums=('9b8e4edaf9f8b3d266e46648f6fd3d53') +md5sums=('7f493d299ee5ec96ae2306e624f548b8') prepare() {