summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ab4dcdb8c04..94da4195205e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = gnome-shell-extension-dash-to-dock
pkgdesc = This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops.
- pkgver = 48
- pkgrel = 2
+ pkgver = 47
+ pkgrel = 1
+ epoch = 1
url = https://micheleg.github.io/dash-to-dock/
install = gschemas.install
arch = any
@@ -10,8 +11,8 @@ pkgbase = gnome-shell-extension-dash-to-dock
makedepends = intltool
depends = dconf
conflicts = gnome-shell-extensions-dash-to-dock-git
- source = https://github.com/micheleg/dash-to-dock/archive/extensions.gnome.org-v48.tar.gz
- sha256sums = ef37327c5ef6e971aa3b2c5fcd44bf3aa50800349c1ba160d3fc1ca52c8b1d84
+ source = https://github.com/micheleg/dash-to-dock/archive/extensions.gnome.org-v47.tar.gz
+ sha256sums = 04a32135456cd53bd0e5d301955266f3144b815694e99510344620d1d5750c7a
pkgname = gnome-shell-extension-dash-to-dock
diff --git a/PKGBUILD b/PKGBUILD
index f2bc594d5e97..3707e3e15c21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,9 @@ _extname="dash-to-dock"
_author="micheleg"
pkgname="gnome-shell-extension-${_extname}"
-pkgver=48
-pkgrel=2
+pkgver=47
+pkgrel=1
+epoch=1
pkgdesc="This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops."
arch=("any")
url="https://${_author}.github.io/${_extname}/"
@@ -18,7 +19,7 @@ conflicts=("gnome-shell-extensions-dash-to-dock-git")
install="gschemas.install"
source=("https://github.com/${_author}/${_extname}/archive/extensions.gnome.org-v${pkgver}.tar.gz")
noextract=()
-sha256sums=('ef37327c5ef6e971aa3b2c5fcd44bf3aa50800349c1ba160d3fc1ca52c8b1d84')
+sha256sums=('04a32135456cd53bd0e5d301955266f3144b815694e99510344620d1d5750c7a')
build() {
cd "${srcdir}/${_extname}-extensions.gnome.org-v${pkgver}"