summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60161f07e359..f5b5710df54c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = gnome-shell-extension-no-annoyance-git
- pkgdesc = Removes the “Windows is ready” notification and puts the window into focus
- pkgver = r5.f21d09a
+ pkgdesc = Removes the “Window is ready” notification and puts the window into focus
+ pkgver = r23.e37b5b3
pkgrel = 1
- url = https://github.com/sindex/no-annoyance
+ url = https://github.com/BjoernDaase/noannoyance
arch = any
license = GPL2
makedepends = git
makedepends = zip
- depends = gnome-shell>=3.18
+ depends = gnome-shell>=3.30
provides = gnome-shell-extension-no-annoyance
conflicts = gnome-shell-extension-no-annoyance
- source = gnome-shell-extension-no-annoyance-git::git+https://github.com/sindex/no-annoyance.git
+ source = gnome-shell-extension-no-annoyance-git::git+https://github.com/BjoernDaase/noannoyance.git
sha512sums = SKIP
pkgname = gnome-shell-extension-no-annoyance-git
diff --git a/PKGBUILD b/PKGBUILD
index 8aca50066d5c..93394b0552be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Ranieri Althoff <ranisalt+aur at gmail dot com>
pkgname=gnome-shell-extension-no-annoyance-git
-pkgver=r5.f21d09a
+pkgver=r23.e37b5b3
pkgrel=1
-pkgdesc='Removes the “Windows is ready” notification and puts the window into focus'
-url='https://github.com/sindex/no-annoyance'
+pkgdesc='Removes the “Window is ready” notification and puts the window into focus'
+url='https://github.com/BjoernDaase/noannoyance'
license=('GPL2')
arch=('any')
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
makedepends=('git' 'zip')
-depends=('gnome-shell>=3.18')
+depends=('gnome-shell>=3.30')
source=("${pkgname}::git+${url}.git")
sha512sums=('SKIP')