summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-03-13 18:28:38 +0100
committerRobin Candau2023-03-13 18:28:38 +0100
commit514424cb879f79a8031cb2c65eace8af963c269b (patch)
tree082faa8afb83121f403f2817f3275d808d62577b
parent2c1fdb7e8024e2b0111dfa09031dfc8c292a4e58 (diff)
downloadaur-514424cb879f79a8031cb2c65eace8af963c269b.tar.gz
Bump to v46
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89729971f32c..b9822ac39027 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 = 45
+ pkgver = 46
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-45.tar.gz::https://github.com/eonpatapon/gnome-shell-extension-caffeine/archive/v45.tar.gz
- sha256sums = b236c1cd5c9acf1b2d2fa1918500acfe6d91c3046c7b9cb3a379168fc79528fc
+ source = gnome-shell-extension-caffeine-46.tar.gz::https://github.com/eonpatapon/gnome-shell-extension-caffeine/archive/v46.tar.gz
+ sha256sums = a289f5486c5311b1edf362f292d130a196466dc17c3d3bef22312374ab2af2ef
pkgname = gnome-shell-extension-caffeine
diff --git a/PKGBUILD b/PKGBUILD
index 1bc34667e016..380e221ccf84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=gnome-shell-extension-caffeine
-pkgver=45
+pkgver=46
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=('b236c1cd5c9acf1b2d2fa1918500acfe6d91c3046c7b9cb3a379168fc79528fc')
+sha256sums=('a289f5486c5311b1edf362f292d130a196466dc17c3d3bef22312374ab2af2ef')
build() {
cd "${pkgname}-${pkgver}"