summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel A. Vico2018-06-25 19:49:33 -0700
committerMiguel A. Vico2018-06-25 19:49:33 -0700
commitceb3d15ab37fc2769c8bb54ae3d3c0bb8985aa31 (patch)
tree8d28dcf63b90faf7a024f8db26e78af7b73c75da
parent773b4f747c18094bceaecc0c62c87d3f2c030c1b (diff)
downloadaur-ceb3d15ab37fc2769c8bb54ae3d3c0bb8985aa31.tar.gz
Make depend on egl-wayland instead of egl-wayland-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90032143acc1..71ac333a5116 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = weston-eglstream
pkgdesc = Reference implementation of a Wayland compositor with EGLStream support
pkgver = 4.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://wayland.freedesktop.org/
arch = i686
arch = x86_64
@@ -32,7 +32,7 @@ pkgbase = weston-eglstream
depends = libva
depends = libxcursor
depends = colord
- depends = egl-wayland-git
+ depends = egl-wayland
provides = weston
conflicts = weston
source = https://wayland.freedesktop.org/releases/weston-4.0.0.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 04e2a7571cb5..8302347e5f45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=weston-eglstream
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Reference implementation of a Wayland compositor with EGLStream support'
arch=('i686' 'x86_64')
url='https://wayland.freedesktop.org/'
@@ -13,7 +13,7 @@ license=('MIT')
depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
- 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord' 'egl-wayland-git')
+ 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord' 'egl-wayland')
makedepends=('wayland-protocols')
provides=('weston')
conflicts=('weston')