summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8556eb5c63ac..e97d9c284482 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
pkgname=octetos-db-maria
-pkgver=1.10.0
+pkgver=1.10.7
pkgrel=2
pkgdesc="API to access database, MariaDB component."
arch=('x86_64')
license=('GPL')
url="https://github.com/azaeldevel/octetos-db"
depends=('octetos-db-abstract' 'mariadb-clients')
-md5sums=('4f3c75ccdd26bea226ae2a13538d0883')
+md5sums=('f8823bcfc62485d53453e447802dbfe8')
source=(https://github.com/azaeldevel/${pkgname}/archive/${pkgver}-alpha.tar.gz)
build() {
cd ${pkgname}-${pkgver}-alpha
autoreconf -fi
- ./configure --with-archlinux --prefix=/usr --sysconfdir=/etc
+ ./configure --with-archlinux --with-mediumword --prefix=/usr --sysconfdir=/etc
make
}