mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/weston to 1.6.1-1
This commit is contained in:
parent
efa750d0e9
commit
73113e7046
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
# - patch to not call vc_dispmanx_set_wl_buffer_in_use
|
||||
|
||||
pkgname=weston
|
||||
pkgver=1.6.0
|
||||
pkgver=1.6.1
|
||||
pkgrel=1
|
||||
pkgdesc='Reference implementation of a Wayland compositor'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -16,7 +16,7 @@ license=('MIT')
|
|||
depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
|
||||
[ "$CARCH" == 'armv6h' ] && makedepends=('raspberrypi-firmware')
|
||||
source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
|
||||
sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
|
||||
sha1sums=('ef3a7b744f64b761b2f2c2fee1e9a8512adf78a1')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue