summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2021-02-26 02:17:05 +0330
committerAmin Vakil2021-02-26 02:17:05 +0330
commit031bf67d4c963321d0936256e30ddcdf9f8cebd8 (patch)
treef4e79d591b3a6850a2d1aaba710fc5548d8718a9
parent20790c001d43cc47f213bb811561190b7b847459 (diff)
downloadaur-031bf67d4c963321d0936256e30ddcdf9f8cebd8.tar.gz
upgpkg: gnome-shell-extension-dash-to-dock-git 69.r11.g7a2c87b-1
Add gnome-shell to depends and fix provides and conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69fc775efb93..81b774d9afff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,8 @@ pkgbase = gnome-shell-extension-dash-to-dock-git
makedepends = git
depends = dconf
depends = gnome-shell
- provides = gnome-shell-extension-dash-to-dock=69.r11.g7a2c87b
+ depends = gnome-shell
+ provides = gnome-shell-extension-dash-to-dock
conflicts = gnome-shell-extension-dash-to-dock
source = gnome-shell-extension-dash-to-dock::git+https://github.com/micheleg/dash-to-dock/
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0d1439cc278f..d04515bd77c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ arch=('any')
url="https://micheleg.github.io/dash-to-dock/"
_giturl="git+https://github.com/micheleg/dash-to-dock/"
license=('GPL')
-depends=('dconf')
+depends=('dconf' 'gnome-shell')
makedepends=('intltool')
makedepends+=('git')
@@ -24,8 +24,8 @@ do
typeset -n array="${integ}sums"
array+=('SKIP')
done
-provides+=("$_gitname=$pkgver")
-conflicts+=("$_gitname")
+provides=("$_gitname")
+conflicts=("$_gitname")
pkgver() {
cd ${_gitname:-$pkgname}
git describe --long --tags 2>/dev/null | sed 's/[^[:digit:]]*\(.\+\)-\([[:digit:]]\+\)-g\([[:xdigit:]]\{7\}\)/\1.r\2.g\3/;t;q1'