summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-10-10 09:11:18 +0200
committerRobin Candau2023-10-10 09:11:18 +0200
commit1f395718e87973c5c78343ef7011eb90249644a5 (patch)
treefa2554b33190bd2b0f4a40728d85573ad9bed864
parent78fcb28d80f5725db8fae70e07b956008a8464f5 (diff)
downloadaur-1f395718e87973c5c78343ef7011eb90249644a5.tar.gz
New upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa65dab670ca..ec59dcab9a08 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 = 49
+ pkgver = 50
pkgrel = 1
epoch = 1
url = https://github.com/eonpatapon/gnome-shell-extension-caffeine
arch = any
license = GPL2
depends = gnome-shell
- source = gnome-shell-extension-caffeine-49.tar.gz::https://github.com/eonpatapon/gnome-shell-extension-caffeine/archive/v49.tar.gz
- sha256sums = 35b65ff61c2ad18d056f6105ccc52c28a0c013b27a227ec00335e4fe4aeb9a72
+ source = gnome-shell-extension-caffeine-50.tar.gz::https://github.com/eonpatapon/gnome-shell-extension-caffeine/archive/v50.tar.gz
+ sha256sums = ff4a3e938165e032e04a28d4430a85eec3f5c4c9ae0000dc24a2cc4e16da980a
pkgname = gnome-shell-extension-caffeine
diff --git a/PKGBUILD b/PKGBUILD
index fa85c6ea9800..32d8f5bdd73f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=gnome-shell-extension-caffeine
-pkgver=49
+pkgver=50
pkgrel=1
epoch=1
pkgdesc='Extension for GNOME shell to disable screensaver and auto suspend'
@@ -10,7 +10,7 @@ url="https://github.com/eonpatapon/gnome-shell-extension-caffeine"
license=('GPL2')
depends=('gnome-shell')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('35b65ff61c2ad18d056f6105ccc52c28a0c013b27a227ec00335e4fe4aeb9a72')
+sha256sums=('ff4a3e938165e032e04a28d4430a85eec3f5c4c9ae0000dc24a2cc4e16da980a')
build() {
cd "${pkgname}-${pkgver}"