summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2024-05-11 17:20:42 +0200
committerAlphaJack2024-05-11 17:20:42 +0200
commitbcd6634a742eba212f7af26458101fa90fc3ef02 (patch)
tree9449d69370be8b499509f4376d1c719f165c2263 /PKGBUILD
parente41558b54716a59c3cc630abd347d1c55920e451 (diff)
downloadaur-odoo.tar.gz
Limiting python-lxml compatibility to 4.9.2, changed license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56c46144c151..5782f76ed2cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname="odoo"
pkgver=17.0
-pkgrel=9
+pkgrel=10
pkgdesc="Web-based Open Source Business Apps"
url="https://www.odoo.com/"
arch=("any")
-license=("GPL3")
+license=("LGPL-3.0-only") # thanks SamWhited
conflicts=("openerp")
replaces=("openerp")
depends=("postgresql"
@@ -29,7 +29,7 @@ depends=("postgresql"
"python-idna"
"python-jinja"
"python-libsass"
- "python-lxml"
+ "python-lxml<4.9.3"
"python-mako"
"python-markupsafe"
"python-mock"