summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-02-08 17:08:29 +0100
committerRobin Candau2023-02-08 17:08:29 +0100
commitde39fb3c7a50478cbfcc1edde620d2d24d9ad441 (patch)
tree7907249a7dae853d944cf23b566f13b7eb019d08
parentb8f53b755d331a027e63d5d3c010f5b4baae7963 (diff)
downloadaur-de39fb3c7a50478cbfcc1edde620d2d24d9ad441.tar.gz
Bump to v44
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de76528a0d29..3ece99f54375 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 = 43
+ pkgver = 44
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-43.tar.gz::https://github.com/eonpatapon/gnome-shell-extension-caffeine/archive/v43.tar.gz
- sha256sums = 8d3669ff8a0867937fcef94c80fdc66f54ea9e1305a39f8e8d8fafc1c52c7fba
+ source = gnome-shell-extension-caffeine-44.tar.gz::https://github.com/eonpatapon/gnome-shell-extension-caffeine/archive/v44.tar.gz
+ sha256sums = 4ef98a474d83be668cd718f9ee2ee6f07d39d4b9cd1e8daa9460f572d4747358
pkgname = gnome-shell-extension-caffeine
diff --git a/PKGBUILD b/PKGBUILD
index 009f65ca6384..6ce17e45ec21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=gnome-shell-extension-caffeine
-pkgver=43
+pkgver=44
pkgrel=1
pkgdesc='Extension for GNOME shell to disable screensaver and auto suspend'
arch=('any')
@@ -9,7 +9,7 @@ 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=('8d3669ff8a0867937fcef94c80fdc66f54ea9e1305a39f8e8d8fafc1c52c7fba')
+sha256sums=('4ef98a474d83be668cd718f9ee2ee6f07d39d4b9cd1e8daa9460f572d4747358')
build() {
cd "${pkgname}-${pkgver}"