summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorr3b311i0n2017-10-10 00:11:39 +0530
committerr3b311i0n2017-10-10 00:11:39 +0530
commit99049cfedcf1be7556024b144914814463a9ebe6 (patch)
tree700c317ea66e8a6087f862a3176a06387fe86736
parentd74bcbd7f3fb6ac878c588f0c76aa2c7f0ae887a (diff)
downloadaur-99049cfedcf1be7556024b144914814463a9ebe6.tar.gz
Fix conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 233adb450d88..5c7b0155c3bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gnome-shell-extension-workspaces-to-dock
pkgdesc = Gnome shell extension, Workspaces to Dock, Transform Gnome Shell's overview workspaces into an intelligent dock.
pkgver = 44_3.26
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/passingthru67/workspaces-to-dock
arch = any
license = GPL3
depends = gnome-shell>=3.26
- conflicts = workspaces-to-dock-git
+ conflicts = gnome-shell-extension-workspaces-to-dock-git
source = https://github.com/passingthru67/workspaces-to-dock/archive/workspaces-to-dock.v44_3.26.tar.gz
sha256sums = adabf07456e75673eaa01147cf6f2f87bbd7ee88e22d07491eb314fc24730ad1
diff --git a/PKGBUILD b/PKGBUILD
index 98ff6ae5a011..4c4cb18dae57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=gnome-shell-extension-workspaces-to-dock
_gitname=workspaces-to-dock
pkgver=44_3.26
-pkgrel=2
+pkgrel=3
pkgdesc="Gnome shell extension, Workspaces to Dock, Transform Gnome Shell's overview workspaces into an intelligent dock."
arch=('any')
url="https://github.com/passingthru67/workspaces-to-dock"
license=('GPL3')
depends=('gnome-shell>=3.26')
-conflicts=("${_gitname}-git")
+conflicts=("${pkgname}-git")
source=("https://github.com/passingthru67/${_gitname}/archive/${_gitname}.v${pkgver}.tar.gz")
sha256sums=('adabf07456e75673eaa01147cf6f2f87bbd7ee88e22d07491eb314fc24730ad1')