summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2021-12-03 20:43:01 +0000
committerGeorge Rawlinson2021-12-03 20:43:01 +0000
commit2aed0657b7f01cfa24824d3e831fedfd22d15525 (patch)
tree2e16b5b00eaa734d8aacdfaf6e313588d53aa710
parent331ac8916165b5e24c6462b4d1d32541cbf3d709 (diff)
downloadaur-2aed0657b7f01cfa24824d3e831fedfd22d15525.tar.gz
upgpkg: pg_graphql r108-2
Fix incorrect license (GPL to Apache).
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c56904cf54fb..d73bf916ce00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = pg_graphql
pkgdesc = GraphQL support for PostgreSQL
pkgver = r108.0d712aa
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/supabase/pg_graphql
arch = x86_64
- license = GPL
+ license = Apache
makedepends = git
makedepends = clang
makedepends = llvm
diff --git a/PKGBUILD b/PKGBUILD
index a59ab96b8b60..21dbb4a827ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=pg_graphql
pkgver=r108.0d712aa
-pkgrel=1
+pkgrel=2
pkgdesc="GraphQL support for PostgreSQL"
arch=('x86_64')
url="https://github.com/supabase/pg_graphql"
-license=('GPL')
+license=('Apache')
depends=('libgraphqlparser' 'postgresql' 'glibc')
makedepends=('git' 'clang' 'llvm')
_commit='0d712aa976f20c7d492855e65314d9531791f5b0'