Jelajahi Sumber

update to 3.4.2

Ionuț Mircea Bîru 13 tahun lalu
induk
melakukan
9821e025bc
1 mengubah file dengan 6 tambahan dan 6 penghapusan
  1. 6 6
      PKGBUILD

+ 6 - 6
PKGBUILD

@@ -2,8 +2,8 @@
 # Contributor: Flamelab <panosfilip@gmail.com
 
 pkgname=gnome-shell
-pkgver=3.4.1
-pkgrel=3
+pkgver=3.4.2
+pkgrel=1
 pkgdesc="The next generation GNOME Shell"
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/GnomeShell"
@@ -16,12 +16,12 @@ install=gnome-shell.install
 groups=(gnome)
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
         recorder.patch)
-sha256sums=('6abfd2fca104aae64ce9d027dd233fc218a58b861176a64831b68e3f90ab56a9'
+sha256sums=('3807f7882968d032f8f5c64b0e0af51c0d016f2e1c4fd1576203c9350e412720'
             'b00589e867c0ae63b47982145cb4ab366afec84a568e66867f51fa8da13027f1')
 
 build() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i "$srcdir/recorder.patch"
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../recorder.patch
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
       --libexecdir=/usr/lib/gnome-shell \
       --localstatedir=/var --disable-static \
@@ -30,6 +30,6 @@ build() {
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }