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
|
||||
pkgdesc = Graphical output management for Wayland
|
||||
pkgver = r20.4e30475
|
||||
pkgver = r21.7018252
|
||||
pkgrel = 1
|
||||
url = https://github.com/atx/wlay
|
||||
arch = i686
|
||||
|
@ -12,9 +12,11 @@ pkgbase = wlay-git
|
|||
makedepends = wayland
|
||||
makedepends = glfw-wayland
|
||||
makedepends = glew-wayland
|
||||
makedepends = libepoxy
|
||||
depends = wayland
|
||||
depends = glfw-wayland
|
||||
depends = glew-wayland
|
||||
depends = libepoxy
|
||||
provides = wlay
|
||||
conflicts = wlay
|
||||
source = wlay::git+https://github.com/atx/wlay.git
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||
|
||||
pkgname=wlay-git
|
||||
pkgver=r20.4e30475
|
||||
pkgver=r21.7018252
|
||||
pkgrel=1
|
||||
pkgdesc="Graphical output management for Wayland"
|
||||
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/atx/wlay"
|
||||
license=('MIT')
|
||||
makedepends=('git' 'cmake' 'extra-cmake-modules' 'wayland' 'glfw-wayland' 'glew-wayland')
|
||||
depends=('wayland' 'glfw-wayland' 'glew-wayland')
|
||||
makedepends=('git' 'cmake' 'extra-cmake-modules' 'wayland' 'glfw-wayland' 'glew-wayland' 'libepoxy')
|
||||
depends=('wayland' 'glfw-wayland' 'glew-wayland' 'libepoxy')
|
||||
provides=('wlay')
|
||||
conflicts=('wlay')
|
||||
source=('wlay::git+https://github.com/atx/wlay.git')
|
||||
|
|
Loading…
Reference in a new issue