From b4a1c9c77233770f162043ae88d4c003fba989f9 Mon Sep 17 00:00:00 2001 From: AlphaLynx Date: Wed, 26 Nov 2025 15:44:45 -0500 Subject: [PATCH] Fix License ref to Google Antigravity --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0800522..8c4a31b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,10 +1,10 @@ pkgbase = antigravity pkgdesc = An agentic development platform from Google, evolving the IDE into the agent-first era. pkgver = 1.11.5 - pkgrel = 1 + pkgrel = 2 url = https://antigravity.google/ arch = x86_64 - license = LicenseRef-unknown + license = LicenseRef-Google-Antigravity depends = alsa-lib depends = at-spi2-core depends = bash diff --git a/PKGBUILD b/PKGBUILD index 689bb11..b459500 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,11 +2,11 @@ pkgname=antigravity pkgver=1.11.5 -pkgrel=1 +pkgrel=2 pkgdesc='An agentic development platform from Google, evolving the IDE into the agent-first era.' arch=('x86_64') url='https://antigravity.google/' -license=('LicenseRef-unknown') +license=('LicenseRef-Google-Antigravity') depends=( 'alsa-lib' 'at-spi2-core'