summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzael R2023-06-17 21:51:55 -0700
committerAzael R2023-06-17 21:51:55 -0700
commite4cff725200f22072f56c6e1c68bc043447a05e2 (patch)
tree97a21359c74f6f9613134032fcdae09be89553f1
parent6d932c667a0474c3849d1a82f51c11d5fe375d38 (diff)
downloadaur-e4cff725200f22072f56c6e1c68bc043447a05e2.tar.gz
fixed
-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
}