summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 760c2c45141c..655f2d59be38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
-# Maintainer: Kaan Genç <aur@kaangenc.me>
+# Maintainer: Nissar Chababy <funilrys at outlook dot com>
+# Ex-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 +9,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() {