summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-09-22 00:02:10 +0200
committerRobin Candau2023-09-22 00:02:10 +0200
commit78fcb28d80f5725db8fae70e07b956008a8464f5 (patch)
tree440a6a08da69ab1f5e66123ce5e344315c5361d9
parent8a5cbe84df00a85c09a45d570a2d8c84fbd91652 (diff)
downloadaur-78fcb28d80f5725db8fae70e07b956008a8464f5.tar.gz
Epoch back to v49
v50 only supports Gnome 45
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8afd5a6edbe9..fa65dab670ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = gnome-shell-extension-caffeine
pkgdesc = Extension for GNOME shell to disable screensaver and auto suspend
- pkgver = 50
+ pkgver = 49
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-50.tar.gz::https://github.com/eonpatapon/gnome-shell-extension-caffeine/archive/v50.tar.gz
- sha256sums = ff4a3e938165e032e04a28d4430a85eec3f5c4c9ae0000dc24a2cc4e16da980a
+ source = gnome-shell-extension-caffeine-49.tar.gz::https://github.com/eonpatapon/gnome-shell-extension-caffeine/archive/v49.tar.gz
+ sha256sums = 35b65ff61c2ad18d056f6105ccc52c28a0c013b27a227ec00335e4fe4aeb9a72
pkgname = gnome-shell-extension-caffeine
diff --git a/PKGBUILD b/PKGBUILD
index 7a3687d35aa7..fa85c6ea9800 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=gnome-shell-extension-caffeine
-pkgver=50
+pkgver=49
pkgrel=1
+epoch=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')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('ff4a3e938165e032e04a28d4430a85eec3f5c4c9ae0000dc24a2cc4e16da980a')
+sha256sums=('35b65ff61c2ad18d056f6105ccc52c28a0c013b27a227ec00335e4fe4aeb9a72')
build() {
cd "${pkgname}-${pkgver}"