summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61a84e0ef1dc..e9aff3602910 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = ruby-oci
pkgrel = 1
url = https://github.com/oracle/oci-ruby-sdk
arch = x86_64
- license = Apache
+ license = Apache-2.0 OR UPL-1.0
makedepends = ruby-rdoc
depends = ruby
depends = ruby-inifile
diff --git a/PKGBUILD b/PKGBUILD
index 9463d251b6df..9b9482b48c3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='Ruby SDK for Oracle Cloud Infrastructure'
arch=('x86_64')
url='https://github.com/oracle/oci-ruby-sdk'
-license=('Apache')
+license=('Apache-2.0 OR UPL-1.0')
depends=('ruby' 'ruby-inifile' 'ruby-jwt')
makedepends=('ruby-rdoc')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")