summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-04-21 09:15:11 +0200
committerNicola Murino2022-04-21 09:15:11 +0200
commit21b954017fa68586d32fd6a974c3b78024e77f7a (patch)
tree34994281fc50667d04b6bbabc0c6a4f00d077b65
parenta77c3a3df76342d1695c78f3a2889352dd2f6028 (diff)
downloadaur-21b954017fa68586d32fd6a974c3b78024e77f7a.tar.gz
update and add epoch=1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cfdaa5fd47f..3e30e353109e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = gnome-shell-extension-dash-to-dock
pkgdesc = Move the dash out of the overview transforming it in a dock
- pkgver = 72+7+gbe6bb53
+ pkgver = 72
pkgrel = 1
+ epoch = 1
url = https://micheleg.github.io/dash-to-dock/
arch = any
license = GPL
@@ -10,7 +11,7 @@ pkgbase = gnome-shell-extension-dash-to-dock
makedepends = git
makedepends = sassc
depends = gnome-shell
- source = git+https://github.com/micheleg/dash-to-dock.git#commit=be6bb53933fb6fce94ee86d636cda68f00125c19
+ source = git+https://github.com/micheleg/dash-to-dock.git#commit=ce45bfe0666592038477235e6ac776385dfd884f
sha256sums = SKIP
pkgname = gnome-shell-extension-dash-to-dock
diff --git a/PKGBUILD b/PKGBUILD
index cba56b245172..b0c75196f4b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,22 +6,23 @@
pkgname=gnome-shell-extension-dash-to-dock
_pkgname=dash-to-dock
-pkgver=72+7+gbe6bb53
+pkgver=72
pkgrel=1
+epoch=1
pkgdesc="Move the dash out of the overview transforming it in a dock"
arch=('any')
url="https://micheleg.github.io/dash-to-dock/"
license=('GPL')
depends=('gnome-shell')
makedepends=('intltool' 'gettext' 'git' 'sassc')
-_commit=be6bb53933fb6fce94ee86d636cda68f00125c19
+_commit=ce45bfe0666592038477235e6ac776385dfd884f
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' | sed 's/ubuntu+dock+//g' | sed 's/_ubuntu3//g'
+ git describe --tags | sed 's/^extensions\.gnome\.org-v//g' | sed 's/-/+/g' | sed 's/ubuntu+dock+//g' | sed 's/_ubuntu5//g'
}
build() {