summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetit Pierre2019-07-18 20:01:13 -0400
committerPetit Pierre2019-07-18 20:01:13 -0400
commit924245c4a047cf6c99847d2476d4e0f649b77876 (patch)
tree66cb97bcf79f6493ed7a7c7de29ddf874ba6cddb
parentcd1dd291a26c289aba8da0ef16551d72b144f57e (diff)
downloadaur-924245c4a047cf6c99847d2476d4e0f649b77876.tar.gz
new update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9d60e785563..9740b324e749 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = odoo
arch = any
license = GPL3
makedepends = python-setuptools
- depends = wkhtmltopdf
+ depends = wkhtmltopdf-static
depends = python
depends = python-babel
depends = python-decorator
@@ -18,7 +18,7 @@ pkgbase = odoo
depends = python-greenlet
depends = python-html2text
depends = python-jinja
- depends = python-libsass
+ depends = sassc
depends = python-lxml
depends = python-mako
depends = python-markupsafe
@@ -50,7 +50,7 @@ pkgbase = odoo
conflicts = openerp
replaces = openerp
backup = etc/odoo/odoo.conf
- source = https://nightly.odoo.com/12.0/nightly/src/odoo_12.0.20181023.tar.gz
+ source = https://nightly.odoo.com/12.0/nightly/src/odoo_12.0.20190718.tar.gz
source = odoo.conf
source = odoo.confd
source = odoo.service
diff --git a/PKGBUILD b/PKGBUILD
index 1e93d4d23a7e..69d54bd3344b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Sebastiaan Lokhorst <sebastiaanlokhorst@gmail.com>
+# Maintainer: Petit Pierre <petit.pierre@outlook.com>
# Contributor: Bidossessi Sodonon
pkgname=odoo
pkgver=12.0
-_pkgsubver=20181023
+_pkgsubver=20190718
pkgrel=1
pkgdesc="Web-based Open Source Business Apps"
url=https://www.odoo.com/
@@ -13,7 +13,7 @@ conflicts=('openerp')
replaces=('openerp')
makedepends=('python-setuptools')
depends=(
- 'wkhtmltopdf'
+ 'wkhtmltopdf-static'
'python'
'python-babel'
'python-decorator'
@@ -24,7 +24,7 @@ depends=(
'python-greenlet'
'python-html2text'
'python-jinja'
- 'python-libsass'
+ 'sassc'
'python-lxml'
'python-mako'
'python-markupsafe'