summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAzael Reyes2020-09-14 17:38:19 -0700
committerAzael Reyes2020-09-14 17:38:19 -0700
commit2b7e120f6fa3857f581c0e8dfb035724cf427662 (patch)
treec7fb5e78a9416dd2ac33f5ce4df9e23088b26216 /PKGBUILD
parenta3d30fe333a9930b42e79b578482162681ab01fe (diff)
downloadaur-2b7e120f6fa3857f581c0e8dfb035724cf427662.tar.gz
updating to 1.3.10-alpha
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42820c0ac535..be5e7bc32c22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,24 +2,24 @@
pkgname=octetos-db-maria
-pkgver=1.3.2
+pkgver=1.3.10
pkgrel=1
pkgdesc="C++ library for Database Acces."
arch=('x86_64')
license=('GPL')
url="https://github.com/azaeldevel/octetos-db"
depends=('octetos-db')
-md5sums=('e5471c2458e615cb4c92858469d0b588')
-source=(https://github.com/azaeldevel/octetos-db/archive/1.3.2-alpha.tar.gz)
+md5sums=('c93eaa5d397ec88e7deb83b25fd375f5')
+source=(https://github.com/azaeldevel/octetos-db/archive/1.3.10-alpha.tar.gz)
build() {
- cd octetos-db-1.3.2-alpha
+ cd octetos-db-1.3.10-alpha
autoreconf -fi
./configure --prefix=/usr --sysconfdir=/etc --docdir=${datarootdir}/doc/${pkgname}-${pkgver} --with-mariadb
make
}
package() {
- cd octetos-db-1.3.2-alpha
+ cd octetos-db-1.3.10-alpha
make DESTDIR="${pkgdir}" install
}