summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFoivos S. Zakkak2017-02-15 01:21:42 +0200
committerFoivos S. Zakkak2017-02-15 01:21:42 +0200
commitc7a88ee5b8fbfbd36af4d3f57782d1087eaa0574 (patch)
treeb275b2a343989951a8f8014924e84d430c829dd4
parent94dd948c56f6c1cba00876e863eccb5a089d1f67 (diff)
downloadaur-c7a88ee5b8fbfbd36af4d3f57782d1087eaa0574.tar.gz
Add replaces gnome-shell-extension-workspace-grid
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5ca94a00447..7e370a6bde06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Feb 14 23:16:13 UTC 2017
+# Tue Feb 14 23:20:12 UTC 2017
pkgbase = gnome-shell-extension-workspace-grid-git
pkgdesc = Allows to configure your workspaces in a grid
pkgver = 1.3.9.2
@@ -10,6 +10,7 @@ pkgbase = gnome-shell-extension-workspace-grid-git
license = GPL3
makedepends = git
depends = gnome-shell
+ replaces = gnome-shell-extension-workspace-grid
source = gnome-shell-extension-workspace-grid-git::git+https://github.com/zakkak/workspace-grid-gnome-shell-extension.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0d83ea743fd3..6f4500bfb35e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=(any)
url="https://github.com/zakkak/workspace-grid-gnome-shell-extension"
license=('GPL3')
depends=('gnome-shell')
+replaces=('gnome-shell-extension-workspace-grid')
makedepends=('git')
install=gnome-shell-extension-workspace-grid-git.install
source=("$pkgname::git+https://github.com/zakkak/workspace-grid-gnome-shell-extension.git")