summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman)2020-06-17 16:22:20 +0100
committerCarsten Haitzler (Rasterman)2020-06-17 16:22:20 +0100
commit4dd724863a31340b9f9c1bcc540faf056752f51d (patch)
tree89ff3b76e42662e0a3f08f5538751ddd64445d50
parent46b0f655b4ddd03192b9bfeedc152b2e65670e83 (diff)
downloadaur-4dd724863a31340b9f9c1bcc540faf056752f51d.tar.gz
move to old lua5.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD5
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 675289acc290..6c39b43cd3d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = efl-git
pkgdesc = Enlightenment Foundation Libraries - Development version
- pkgver = 1.24.99.65935.gada29070a3
+ pkgver = 1.24.99.66046.gcd9059d13e
pkgrel = 1
url = http://www.enlightenment.org
arch = i686
@@ -28,7 +28,7 @@ pkgbase = efl-git
depends = fribidi
depends = harfbuzz
depends = gst-plugins-base-libs
- depends = lua
+ depends = lua52
depends = libgl
depends = libinput
depends = libpulse
@@ -72,10 +72,10 @@ pkgbase = efl-git
optdepends = gst-plugins-ugly: Video and thumbnail codecs
optdepends = gst-libav: Video and thumbnails with ffmpeg/libav
optdepends = libreoffice: Office document thumbnails
- provides = efl=1.24.99.65935.gada29070a3
- provides = elementary=1.24.99.65935.gada29070a3
- provides = elementary-git=1.24.99.65935.gada29070a3
- provides = evas_generic_loaders=1.24.99.65935.gada29070a3
+ provides = efl=1.24.99.66046.gcd9059d13e
+ provides = elementary=1.24.99.66046.gcd9059d13e
+ provides = elementary-git=1.24.99.66046.gcd9059d13e
+ provides = evas_generic_loaders=1.24.99.66046.gcd9059d13e
conflicts = efl
conflicts = elementary
conflicts = elementary-git
diff --git a/PKGBUILD b/PKGBUILD
index e996806b7893..082de7931370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
_pkgname=efl
pkgname=$_pkgname-git
-pkgver=1.24.99.65935.gada29070a3
+pkgver=1.24.99.66046.gcd9059d13e
pkgrel=1
pkgdesc="Enlightenment Foundation Libraries - Development version"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="http://www.enlightenment.org"
license=('BSD' 'LGPL2.1' 'GPL2' 'MIT' 'custom')
depends=('curl' 'fontconfig' 'fribidi' 'harfbuzz'
- 'gst-plugins-base-libs' 'lua' 'libgl' 'libinput'
+ 'gst-plugins-base-libs' 'lua52' 'libgl' 'libinput'
'libpulse' 'libsndfile' 'libspectre' 'libraw' 'librsvg' 'libwebp'
'libxcomposite' 'libxcursor' 'libxinerama' 'libxkbcommon' 'libxrandr'
'libxss' 'libunwind' 'mesa' 'poppler' 'openjpeg2' 'libjpeg-turbo'
@@ -66,6 +66,7 @@ build() {
-Ddrm=true \
-Dwl=true \
-Dnetwork-backend=connman \
+ -Dlua-interpreter=lua \
-Dbindings= \
-Dbuild-examples=false \
-Dbuild-tests=false \