an attempt to actually deploy docs

This commit is contained in:
Blue 2023-08-20 11:56:39 -03:00
parent e3759f1dbe
commit bcfc9c0dc2
Signed by: blue
GPG key ID: 9B203B252A63EE38
2 changed files with 28 additions and 5 deletions

View file

@ -1,13 +1,13 @@
# Maintainer: Yury Gubich <blue@macaw.me>
pkgname=lmdbal
pkgver=0.3.1
pkgver=0.5.0
pkgrel=1
pkgdesc="LMDB Abstraction Layer, qt5 version"
arch=('i686' 'x86_64')
url="https://git.macaw.me/blue/lmdbal"
license=('GPL3')
depends=( 'lmdb' 'qt5-base')
makedepends=('cmake>=3.16')
makedepends=('cmake>=3.16' 'gcc')
optdepends=()
source=("$pkgname-$pkgver.tar.gz::https://git.macaw.me/blue/lmdbal/archive/$pkgver.tar.gz")