summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-03-12 10:50:09 +0100
committerRobin Candau2023-03-12 10:52:57 +0100
commit2c1fdb7e8024e2b0111dfa09031dfc8c292a4e58 (patch)
treee535d856ecd5aefcd8ccdb2996ad404af9569d5b
parent07989bc43c820a55910d3c591ee2bf253e47b30e (diff)
downloadaur-2c1fdb7e8024e2b0111dfa09031dfc8c292a4e58.tar.gz
Bump to v45
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a7c7540ddcb..89729971f32c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-caffeine
pkgdesc = Extension for GNOME shell to disable screensaver and auto suspend
- pkgver = 44
- pkgrel = 2
+ pkgver = 45
+ pkgrel = 1
url = https://github.com/eonpatapon/gnome-shell-extension-caffeine
arch = any
license = GPL2
depends = gnome-shell
depends = gnome-shell-extensions
- source = gnome-shell-extension-caffeine-44.tar.gz::https://github.com/eonpatapon/gnome-shell-extension-caffeine/archive/v44.tar.gz
- sha256sums = 4ef98a474d83be668cd718f9ee2ee6f07d39d4b9cd1e8daa9460f572d4747358
+ source = gnome-shell-extension-caffeine-45.tar.gz::https://github.com/eonpatapon/gnome-shell-extension-caffeine/archive/v45.tar.gz
+ sha256sums = b236c1cd5c9acf1b2d2fa1918500acfe6d91c3046c7b9cb3a379168fc79528fc
pkgname = gnome-shell-extension-caffeine
diff --git a/PKGBUILD b/PKGBUILD
index 033faaf1a8a8..1bc34667e016 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=gnome-shell-extension-caffeine
-pkgver=44
-pkgrel=2
+pkgver=45
+pkgrel=1
pkgdesc='Extension for GNOME shell to disable screensaver and auto suspend'
arch=('any')
url="https://github.com/eonpatapon/gnome-shell-extension-caffeine"
license=('GPL2')
depends=('gnome-shell' 'gnome-shell-extensions')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('4ef98a474d83be668cd718f9ee2ee6f07d39d4b9cd1e8daa9460f572d4747358')
+sha256sums=('b236c1cd5c9acf1b2d2fa1918500acfe6d91c3046c7b9cb3a379168fc79528fc')
build() {
cd "${pkgname}-${pkgver}"