diff --git a/gnome-shell-extension-workspace-matrix/.SRCINFO b/gnome-shell-extension-workspace-matrix/.SRCINFO index e604b28..a83a7b5 100644 --- a/gnome-shell-extension-workspace-matrix/.SRCINFO +++ b/gnome-shell-extension-workspace-matrix/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = gnome-shell-extension-workspace-matrix pkgdesc = Arrange workspaces in a two dimensional grid with workspace thumbnails pkgver = 9.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/mzur/gnome-shell-wsmatrix arch = x86_64 license = GPL3 depends = gnome-shell - source = gnome-shell-extension-workspace-matrix-9.0-1.tar.gz::https://github.com/mzur/gnome-shell-wsmatrix/archive/v9.0.tar.gz + source = gnome-shell-extension-workspace-matrix-9.0-2.tar.gz::https://github.com/mzur/gnome-shell-wsmatrix/archive/v9.0.tar.gz sha256sums = 0dcb1e081653ff10b9e6195cff558efc0a3d34c37dcba8c8f4c9ef64dfe6f5c5 pkgname = gnome-shell-extension-workspace-matrix diff --git a/gnome-shell-extension-workspace-matrix/PKGBUILD b/gnome-shell-extension-workspace-matrix/PKGBUILD index fe43bfc..2a4ca23 100644 --- a/gnome-shell-extension-workspace-matrix/PKGBUILD +++ b/gnome-shell-extension-workspace-matrix/PKGBUILD @@ -4,7 +4,7 @@ pkgname=gnome-shell-extension-workspace-matrix _repo=gnome-shell-wsmatrix pkgver=9.0 -pkgrel=1 +pkgrel=2 pkgdesc='Arrange workspaces in a two dimensional grid with workspace thumbnails' arch=(x86_64) url=https://github.com/mzur/gnome-shell-wsmatrix @@ -17,7 +17,7 @@ _uuid=wsmatrix@martin.zurowietz.de package() { cd ${_repo}-${pkgver}/${_uuid} - install -Dm644 metadata.json settings.ui *.js -t "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}/" + install -Dm644 metadata.json *.js -t "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}/" install -Dm644 "schemas/org.gnome.shell.extensions.wsmatrix.gschema.xml" -t "${pkgdir}/usr/share/glib-2.0/schemas/" install -dm755 overview "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}/overview/" install -dm755 workspacePopup "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}/workspacePopup/"