summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Richardson2022-06-20 12:32:47 +0100
committerAndy Richardson2022-06-20 12:32:47 +0100
commit57d47bceafdef55b5f52ca061aa5a0fcc0d4f6f1 (patch)
tree8d4b5a1bee8bf300cf5de9dd92931e7448e8c6f1
parent8560e7e32132d1f6bab433008f35a7c92036c887 (diff)
downloadaur-57d47bceafdef55b5f52ca061aa5a0fcc0d4f6f1.tar.gz
Add release v6
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0f24925f0e2..b8ca9541a244 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = gnome-shell-extension-simply-workspaces-git
pkgdesc = Gnome 3 workspace indicator with an i3/polybar style.
- pkgver = v5
- pkgrel = 2
+ pkgver = v6
+ pkgrel = 1
arch = any
makedepends = git
- provides = gnome-shell-extension-simply-workspaces-git=v5
+ depends = gnome-shell>=1:40.0
+ provides = gnome-shell-extension-simply-workspaces-git=v6
conflicts = gnome-shell-extension-simply-workspaces-git
- source = git+https://github.com/andyrichardson/simply-workspaces.git#tag=v5
+ source = git+https://github.com/andyrichardson/simply-workspaces.git#tag=v6
sha256sums = SKIP
pkgname = gnome-shell-extension-simply-workspaces-git
diff --git a/PKGBUILD b/PKGBUILD
index 62f983cf37b0..8fb229a6ef61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Andy Richardson <andy.john.richardson@gmail.com>
pkgname=gnome-shell-extension-simply-workspaces-git
-pkgver=v5
-pkgrel=2
+pkgver=v6
+pkgrel=1
pkgdesc="Gnome 3 workspace indicator with an i3/polybar style."
arch=(any)
licence=(GPLv3)
+depends=('gnome-shell>=1:40.0')
makedepends=('git')
source=("git+https://github.com/andyrichardson/simply-workspaces.git#tag=$pkgver")