summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAzael Reyes2020-09-14 17:32:41 -0700
committerAzael Reyes2020-09-14 17:32:41 -0700
commitcdb507e9d41081d5b4407e8cde4670b8a661f8cd (patch)
treecef4953bd25241c45b9e8db892fa3be5a5e81e66 /PKGBUILD
parente926859bb461c5ccc736c5e197545c3fc398d060 (diff)
downloadaur-octetos-db.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 1ebe8ec19dc9..839058fdb4f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=octetos-db
-pkgver=1.3.2
+pkgver=1.3.10
pkgrel=1
pkgdesc="C++ library for Database Acces."
arch=('x86_64')
@@ -10,17 +10,17 @@ license=('GPL')
url="https://github.com/azaeldevel/octetos-db"
depends=('octetos-core')
#backup=('etc/nanorc')
-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-abstract
make
}
package() {
- cd octetos-db-1.3.2-alpha
+ cd octetos-db-1.3.10-alpha
make DESTDIR="${pkgdir}" install
}