mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/weston to 1.12.0-1
This commit is contained in:
parent
6b4ffb709b
commit
3ccf43eaac
1 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
# - export flags for rpi
|
||||
|
||||
pkgname=weston
|
||||
pkgver=1.11.0
|
||||
pkgver=1.12.0
|
||||
pkgrel=1
|
||||
pkgdesc='Reference implementation of a Wayland compositor'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -15,8 +15,10 @@ license=('MIT')
|
|||
depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
|
||||
makedepends=('wayland-protocols')
|
||||
makedepends_armv6h=('raspberrypi-firmware')
|
||||
source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
|
||||
sha1sums=('8b051ee16b785b6db16657161aeed6cd6724f028')
|
||||
validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
|
||||
source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
|
||||
sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue