summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2021-12-01 17:40:25 +0100
committermschubert2021-12-01 17:40:25 +0100
commita5c48dab825d82c6439b9fb67158d80cc6f1c604 (patch)
treebe50c8e0cee8b9ae1f34879ab383e32d8d3ba48b
parent58751d4b2d189ae073df0e4f74ef2defbe02aa27 (diff)
downloadaur-a5c48dab825d82c6439b9fb67158d80cc6f1c604.tar.gz
provide/conflict release-based version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54e16fc4bb74..2d81d11039e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-impatience-git
pkgdesc = speed up gnome-shell animations
pkgver = r45.9d48e4d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gfxmonk/gnome-shell-impatience
install = gschemas.install
arch = any
@@ -9,6 +9,8 @@ pkgbase = gnome-shell-extension-impatience-git
makedepends = git
depends = gnome-shell>=1:40
depends = gnome-shell<1:42
+ provides = gnome-shell-extension-impatience
+ conflicts = gnome-shell-extension-impatience
source = git+https://github.com/gfxmonk/gnome-shell-impatience
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5aa7fefc5ce2..8ce4c24d18e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=gnome-shell-extension-impatience-git
_pkgname=gnome-shell-impatience
pkgver=r45.9d48e4d
-pkgrel=1
+pkgrel=2
pkgdesc="speed up gnome-shell animations"
arch=('any')
url="https://github.com/gfxmonk/gnome-shell-impatience"
license=('GPL3')
depends=('gnome-shell>=1:40' 'gnome-shell<1:42')
makedepends=('git')
+conflicts=('gnome-shell-extension-impatience')
+provides=('gnome-shell-extension-impatience')
install='gschemas.install'
source=("git+https://github.com/gfxmonk/gnome-shell-impatience")
sha256sums=('SKIP')