Date: Tuesday, April 11, 2023 @ 18:01:02
Author: arojas
Revision: 1444712
upgpkg: eolie 0.9.101-4: Python 3.11 rebuild
Modified:
eolie/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-11 18:01:01 UTC (rev 1444711)
+++ PKGBUILD 2023-04-11 18:01:02 UTC (rev 1444712)
@@ -3,7 +3,7 @@
pkgname=eolie
pkgver=0.9.101
-pkgrel=3
+pkgrel=4
pkgdesc='Simple web browser for GNOME'
arch=('any')
url='https://wiki.gnome.org/Apps/Eolie'
@@ -29,7 +29,7 @@
prepare() {
cd $pkgname
git config submodule.subprojects/po.url "$srcdir/eolie-po"
- git submodule update --init
+ git -c protocol.file.allow=always submodule update --init
}
build() {