[arch-commits] Commit in eolie/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Mar 4 21:44:05 UTC 2020
Date: Wednesday, March 4, 2020 @ 21:44:05
Author: arojas
Revision: 590541
Update to 0.9.98
Modified:
eolie/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-04 21:44:02 UTC (rev 590540)
+++ PKGBUILD 2020-03-04 21:44:05 UTC (rev 590541)
@@ -2,13 +2,13 @@
# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
pkgname=eolie
-pkgver=0.9.63
-pkgrel=2
+pkgver=0.9.98
+pkgrel=1
pkgdesc="Simple web browser for GNOME"
arch=('x86_64')
url="https://wiki.gnome.org/Apps/Eolie"
license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 'webkit2gtk')
+depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 'webkit2gtk' 'gnome-settings-daemon')
makedepends=('git' 'gobject-introspection' 'meson')
optdepends=('python-beautifulsoup4: Import html bookmarks'
'python-crypto: Firefox Sync support'
@@ -15,7 +15,7 @@
'python-fxa: Firefox Sync support'
'python-pyopenssl: Show SSL certificates'
'python-requests-hawk: Firefox Sync support')
-_commit=656b1ec6e1ae4f3db22de853ca03d1dcadd463af # tags/0.9.63
+_commit=3169e5a467b1f4643f2deb9ffeedc870fa8b45b3 # tags/0.9.98
source=("git+https://gitlab.gnome.org/World/eolie.git#commit=$_commit"
"git+https://gitlab.gnome.org/gnumdk/eolie-po.git")
sha256sums=('SKIP'
@@ -30,8 +30,6 @@
cd $pkgname
git config submodule.subprojects/po.url "$srcdir/eolie-po"
git submodule update --init
-
- sed -e "s|'python3'|'python3-embed'|" -i python-webextension/meson.build # Fix linking with python 3.8
}
build() {
More information about the arch-commits
mailing list