summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzael Reyes2020-09-26 12:50:57 -0700
committerAzael Reyes2020-09-26 12:50:57 -0700
commit6a4cbf513b71facf006d464212a182079106b6c7 (patch)
tree1cd44916aeb30defdd49ff9a3ac478f7d5ead97f
parentd7297e0475b712a79298d1cdec95e3fbf54d1f5f (diff)
downloadaur-6a4cbf513b71facf006d464212a182079106b6c7.tar.gz
updating to 5.0.0-alpha19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1f64fc3a107..dead5b0e2263 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = apidb-commands
pkgdesc = API Generator for Database acces.
pkgver = 5.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/azaeldevel/apidb
arch = x86_64
license = GPL
depends = apidb-core
conflicts = apidb
- source = https://github.com/azaeldevel/apidb/archive/5.0.0-alpha16.tar.gz
- md5sums = ce40489a73f1705bd84de8c148090ab3
+ source = https://github.com/azaeldevel/apidb/archive/5.0.0-alpha19.tar.gz
+ md5sums = f1d88bd5499fae19416af572d16c9d6a
pkgname = apidb-commands
diff --git a/PKGBUILD b/PKGBUILD
index f5e03436cd04..cd9d9b207676 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
pkgname=apidb-commands
pkgver=5.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="API Generator for Database acces."
arch=('x86_64')
license=('GPL')
url="https://github.com/azaeldevel/apidb"
depends=('apidb-core')
-md5sums=('ce40489a73f1705bd84de8c148090ab3')
-source=(https://github.com/azaeldevel/apidb/archive/5.0.0-alpha16.tar.gz)
+md5sums=('f1d88bd5499fae19416af572d16c9d6a')
+source=(https://github.com/azaeldevel/apidb/archive/5.0.0-alpha19.tar.gz)
conflicts=('apidb')
build() {
- cd apidb-5.0.0-alpha16
+ cd apidb-5.0.0-alpha19
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DAPIDB_VERSION_STAGE=alpha -DPLATFORM=LINUX_ARCH -DAPIDBBUILD="CORE;COMMANDS" -DAPIDBINSTALL="COMMANDS" ..
@@ -22,6 +22,6 @@ build() {
}
package() {
- cd apidb-5.0.0-alpha16/build
+ cd apidb-5.0.0-alpha19/build
make DESTDIR="$pkgdir" install
}