diff options
author | Mark Wagie | 2023-09-21 13:00:55 -0600 |
---|---|---|
committer | Mark Wagie | 2023-09-21 13:00:55 -0600 |
commit | f90de6ceef84064f30ba602251076232aea45ad3 (patch) | |
tree | 39cb5e5e5d8dfd8e042e563734939f96f6c2aed0 | |
parent | c6bca8d03d6c4b469b85bacecb171f7c25fea126 (diff) | |
download | aur-f90de6ceef84064f30ba602251076232aea45ad3.tar.gz |
GNOME 45
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -1,12 +1,12 @@ pkgbase = gnome-shell-extension-caffeine-git pkgdesc = Disable the screensaver and auto suspend - pkgver = 48.r90.g306e6ec + pkgver = 50.r0.g763798b pkgrel = 1 url = https://github.com/eonpatapon/gnome-shell-extension-caffeine arch = any license = GPL2 makedepends = git - depends = gnome-shell<=1:44.6 + depends = gnome-shell>=1:45.0 provides = gnome-shell-extension-caffeine conflicts = gnome-shell-extension-caffeine source = git+https://github.com/eonpatapon/gnome-shell-extension-caffeine.git @@ -3,17 +3,17 @@ # Contributor: sanduhrs <stefan.auditor@erdfisch.de> pkgname=gnome-shell-extension-caffeine-git _uuid=caffeine@patapon.info -pkgver=48.r90.g306e6ec +pkgver=50.r0.g763798b pkgrel=1 pkgdesc="Disable the screensaver and auto suspend" arch=('any') url="https://github.com/eonpatapon/gnome-shell-extension-caffeine" license=('GPL2') -depends=('gnome-shell<=1:44.6') +depends=('gnome-shell>=1:45.0') makedepends=('git') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") -source=("git+https://github.com/eonpatapon/gnome-shell-extension-caffeine.git") +source=('git+https://github.com/eonpatapon/gnome-shell-extension-caffeine.git') sha256sums=('SKIP') pkgver() { |