summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f36f2aee90ba..804dec1d02e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=gnome-shell-extension-dash-to-dock
_pkgname=dash-to-dock
-pkgver=71
+pkgver=72+1+gb695cee
pkgrel=1
pkgdesc="Move the dash out of the overview transforming it in a dock"
arch=('any')
@@ -14,13 +14,14 @@ url="https://micheleg.github.io/dash-to-dock/"
license=('GPL')
depends=('gnome-shell')
makedepends=('intltool' 'gettext' 'git' 'sassc')
-_commit=a23f0c5efa82d8dca767dd323436c5998373f139
+_commit=b695cee218444eb733372903b02a5966e0318c79
source=("git+https://github.com/micheleg/dash-to-dock.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd "${srcdir}"/${_pkgname}
- git describe --tags | sed 's/^extensions\.gnome\.org-v//g' | sed 's/-/+/g'
+ #git describe --tags | sed 's/^extensions\.gnome\.org-v//g' | sed 's/-/+/g'
+ git describe --tags | sed 's/^extensions\.gnome\.org-v//g' | sed 's/-/+/g' | sed 's/ubuntu+dock+//g' | sed 's/_ubuntu2//g'
}
build() {