Jan Alexander Steffens 3 rokov pred
rodič
commit
f26ce4f6c7
2 zmenil súbory, kde vykonal 2 pridanie a 10 odobranie
  1. 2 3
      PKGBUILD
  2. 0 7
      gnome-shell.install

+ 2 - 3
PKGBUILD

@@ -3,7 +3,7 @@
 # Contributor: Flamelab <panosfilip@gmail.com
 
 pkgname=gnome-shell
-pkgver=40.4
+pkgver=40.5
 pkgrel=1
 epoch=1
 pkgdesc="Next generation desktop shell"
@@ -20,8 +20,7 @@ checkdepends=(xorg-server-xvfb)
 optdepends=('gnome-control-center: System settings'
             'evolution-data-server: Evolution calendar integration')
 groups=(gnome)
-install=gnome-shell.install
-_commit=20926bd559595a669a14f06694308fcc760ec21b  # tags/40.4^0
+_commit=ad6f45f403fce7922392c43f30059c4af2aac561  # tags/40.5^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
 sha256sums=('SKIP'

+ 0 - 7
gnome-shell.install

@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_sys_nice+ep usr/bin/gnome-shell
-}
-
-post_upgrade() {
-  post_install
-}