Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgpkg: gnome-shell-extension-workspace-matrix 11.2-1 #392

Merged
merged 1 commit into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gnome-shell-extension-workspace-matrix/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pkgbase = gnome-shell-extension-workspace-matrix
pkgdesc = Arrange workspaces in a two dimensional grid with workspace thumbnails
pkgver = 11.1
pkgver = 11.2
pkgrel = 1
url = https://github.com/mzur/gnome-shell-wsmatrix
arch = x86_64
license = GPL3
depends = gnome-shell
source = gnome-shell-extension-workspace-matrix-11.1-1.tar.gz::https://github.com/mzur/gnome-shell-wsmatrix/archive/v11.1.tar.gz
sha256sums = d4a19a9f2efb13fcec8fb1534927ed6b8eee9952576cbae35b8132ac775f4310
source = gnome-shell-extension-workspace-matrix-11.2-1.tar.gz::https://github.com/mzur/gnome-shell-wsmatrix/archive/v11.2.tar.gz
sha256sums = eb0f7f6d2d33928e479655b4b8acec62e77444970c0fe515c56d70c3fc8d8e9a

pkgname = gnome-shell-extension-workspace-matrix
4 changes: 2 additions & 2 deletions gnome-shell-extension-workspace-matrix/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

pkgname=gnome-shell-extension-workspace-matrix
_repo=gnome-shell-wsmatrix
pkgver=11.1
pkgver=11.2
pkgrel=1
pkgdesc='Arrange workspaces in a two dimensional grid with workspace thumbnails'
arch=(x86_64)
url=https://github.com/mzur/gnome-shell-wsmatrix
license=(GPL3)
depends=(gnome-shell)
source=(${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/mzur/${_repo}/archive/v${pkgver}.tar.gz)
sha256sums=('d4a19a9f2efb13fcec8fb1534927ed6b8eee9952576cbae35b8132ac775f4310')
sha256sums=('eb0f7f6d2d33928e479655b4b8acec62e77444970c0fe515c56d70c3fc8d8e9a')

[email protected]

Expand Down
Loading