summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramoka2020-05-09 21:27:51 -0400
committeramoka2020-05-09 21:27:51 -0400
commitc1151da4e34a5b6590157225aa93e88042f28d74 (patch)
tree38fc4f4f13590ff880e0716e3a5e1b2e6caa1691
parent914c01e6d63468090a3fc96ec2dc32fd76430b8b (diff)
downloadaur-c1151da4e34a5b6590157225aa93e88042f28d74.tar.gz
version update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67575fca14e6..6b182fbde05c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-ubuntu-dock
pkgdesc = A dock for the Gnome Shell, default Ubuntu experience
- pkgver = 67ubuntu20.04.5
+ pkgver = 68ubuntu1_20.04.1
pkgrel = 1
url = https://github.com/micheleg/dash-to-dock/tree/ubuntu-dock
arch = any
@@ -8,8 +8,8 @@ pkgbase = gnome-shell-extension-ubuntu-dock
makedepends = intltool
makedepends = gettext
depends = gnome-shell
- source = https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-67ubuntu20.04.5.tar.gz
- sha256sums = 8d6f10afdfa69ddd6bf39a06eb79d023e6c4566d6c7da5f75b2257ed302c557c
+ source = https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-68ubuntu1_20.04.1.tar.gz
+ sha256sums = 28ab63f647ea6ed00a2e9e41514f550c27f0a2d90bf692354392195cdde4dc63
pkgname = gnome-shell-extension-ubuntu-dock
diff --git a/PKGBUILD b/PKGBUILD
index 97efb7025514..73a6cc1d2d53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-ubuntu-dock
_pkgname=dash-to-dock-ubuntu-dock
-pkgver=67ubuntu20.04.5
+pkgver=68ubuntu1_20.04.1
pkgrel=1
pkgdesc="A dock for the Gnome Shell, default Ubuntu experience"
arch=('any')
@@ -12,7 +12,7 @@ license=('GPL')
depends=('gnome-shell')
makedepends=('intltool' 'gettext')
source=("https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-$pkgver.tar.gz")
-sha256sums=('8d6f10afdfa69ddd6bf39a06eb79d023e6c4566d6c7da5f75b2257ed302c557c')
+sha256sums=('28ab63f647ea6ed00a2e9e41514f550c27f0a2d90bf692354392195cdde4dc63')
build() {
cd ${_pkgname}-${pkgver}