upgpkg: wlay-git r21.7018252-1
add libepoxy dep
This commit is contained in:
parent
228d09e374
commit
86a96b4b4a
2 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = wlay-git
|
pkgbase = wlay-git
|
||||||
pkgdesc = Graphical output management for Wayland
|
pkgdesc = Graphical output management for Wayland
|
||||||
pkgver = r20.4e30475
|
pkgver = r21.7018252
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/atx/wlay
|
url = https://github.com/atx/wlay
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -12,9 +12,11 @@ pkgbase = wlay-git
|
||||||
makedepends = wayland
|
makedepends = wayland
|
||||||
makedepends = glfw-wayland
|
makedepends = glfw-wayland
|
||||||
makedepends = glew-wayland
|
makedepends = glew-wayland
|
||||||
|
makedepends = libepoxy
|
||||||
depends = wayland
|
depends = wayland
|
||||||
depends = glfw-wayland
|
depends = glfw-wayland
|
||||||
depends = glew-wayland
|
depends = glew-wayland
|
||||||
|
depends = libepoxy
|
||||||
provides = wlay
|
provides = wlay
|
||||||
conflicts = wlay
|
conflicts = wlay
|
||||||
source = wlay::git+https://github.com/atx/wlay.git
|
source = wlay::git+https://github.com/atx/wlay.git
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||||
|
|
||||||
pkgname=wlay-git
|
pkgname=wlay-git
|
||||||
pkgver=r20.4e30475
|
pkgver=r21.7018252
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Graphical output management for Wayland"
|
pkgdesc="Graphical output management for Wayland"
|
||||||
|
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://github.com/atx/wlay"
|
url="https://github.com/atx/wlay"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
makedepends=('git' 'cmake' 'extra-cmake-modules' 'wayland' 'glfw-wayland' 'glew-wayland')
|
makedepends=('git' 'cmake' 'extra-cmake-modules' 'wayland' 'glfw-wayland' 'glew-wayland' 'libepoxy')
|
||||||
depends=('wayland' 'glfw-wayland' 'glew-wayland')
|
depends=('wayland' 'glfw-wayland' 'glew-wayland' 'libepoxy')
|
||||||
provides=('wlay')
|
provides=('wlay')
|
||||||
conflicts=('wlay')
|
conflicts=('wlay')
|
||||||
source=('wlay::git+https://github.com/atx/wlay.git')
|
source=('wlay::git+https://github.com/atx/wlay.git')
|
||||||
|
|
Loading…
Reference in a new issue