summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schendel2024-03-20 23:19:09 +0100
committerChristian Schendel2024-03-20 23:19:09 +0100
commit33e39167fd8b40de76bea2cf645f835a55b5dbd1 (patch)
treeca7e64fc2fc885f65dfd1345cb9a45da3676be07
parent6a20a7ac244e22705ff10324feb4c84d230fd413 (diff)
downloadaur-33e39167fd8b40de76bea2cf645f835a55b5dbd1.tar.gz
Update dependency gnome-shell>=1:45
modified: .SRCINFO modified: PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 010d71a5930d..04073056b4b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-peek-top-bar-on-fullscreen-git
pkgdesc = Gnome Extension that triggers top panel to show up on full screen apps when cursor hovers the top edge of the screen
- pkgver = r29.50b3abb
+ pkgver = r44.ff1bead
pkgrel = 1
url = https://github.com/marcinjahn/gnome-peek-top-bar-on-fullscreen-extension
arch = any
@@ -8,7 +8,7 @@ pkgbase = gnome-shell-extension-peek-top-bar-on-fullscreen-git
makedepends = git
makedepends = gobject-introspection
makedepends = npm
- depends = gnome-shell
+ depends = gnome-shell>=1:45
provides = gnome-shell-extension-peek-top-bar-on-fullscreen
conflicts = gnome-shell-extension-peek-top-bar-on-fullscreen
source = gnome-shell-extension-peek-top-bar-on-fullscreen::git+https://github.com/marcinjahn/gnome-peek-top-bar-on-fullscreen-extension.git
diff --git a/PKGBUILD b/PKGBUILD
index 074c8275d8b9..63c9fc3df5ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,20 @@
# Maintainer: Christian Schendel (doppelhelix@gmail.com)
pkgname=gnome-shell-extension-peek-top-bar-on-fullscreen-git
-pkgver=r29.50b3abb
+pkgver=r44.ff1bead
pkgrel=1
pkgdesc="Gnome Extension that triggers top panel to show up on full screen apps when cursor hovers the top edge of the screen"
arch=('any')
url="https://github.com/marcinjahn/gnome-peek-top-bar-on-fullscreen-extension"
license=('MIT')
-depends=('gnome-shell')
-makedepends=('git'
- 'gobject-introspection'
- 'npm')
+depends=(
+ 'gnome-shell>=1:45'
+)
+makedepends=(
+ 'git'
+ 'gobject-introspection'
+ 'npm'
+)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+${url}.git")