diff options
author | bilabila | 2020-07-31 22:46:59 +0800 |
---|---|---|
committer | bilabila | 2020-07-31 22:46:59 +0800 |
commit | 74891ad200ff6175cf1bc62aba872b1db9bf0d95 (patch) | |
tree | 6be7d53f1d9e522fbe69b6f54a1c8c3c674e6cb5 /PKGBUILD | |
parent | 19760164a17887e7396d9f0a5ef5a1843c7ed5a3 (diff) | |
download | aur-ocp-setup.tar.gz |
add liscense
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,12 +1,13 @@ # Maintainer: bilabila <bilabila@qq.com> pkgname=ocp-setup pkgver=1.4 -pkgrel=3 +pkgrel=4 pkgdesc='oceanbase cloud platform setup' arch=(x86_64) url=https://oceanbase.alipay.com/docs provides=($pkgname) conflicts=($pkgname) +license=(custom) depends=(java-openjfx) source=('https://gw.alipayobjects.com/os/downloads/ossupload/ocp-release.zip' $pkgname) |