mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/mutter to 3.8.3-1
This commit is contained in:
parent
7f11f4b27e
commit
22ee8dc6dd
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
||||||
# - set --enable-compile-warnings=no in configure
|
# - set --enable-compile-warnings=no in configure
|
||||||
|
|
||||||
pkgname=mutter
|
pkgname=mutter
|
||||||
pkgver=3.8.2
|
pkgver=3.8.3
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="A window manager for GNOME"
|
pkgdesc="A window manager for GNOME"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
@ -19,7 +19,7 @@ groups=('gnome')
|
||||||
options=('!libtool' '!emptydirs')
|
options=('!libtool' '!emptydirs')
|
||||||
install=mutter.install
|
install=mutter.install
|
||||||
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
|
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
|
||||||
sha256sums=('2dddb1f699a94e9d294c36127e0642f5afa1fa8853cb1b47187ece16457fce65')
|
sha256sums=('3078162c3adef95fb207cc1945b863575ff180709d6394f5cf14e7d0f49b6c2a')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue