summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramoka2020-04-21 17:46:53 -0400
committeramoka2020-04-21 17:46:53 -0400
commit914c01e6d63468090a3fc96ec2dc32fd76430b8b (patch)
treeec70489e2f2285c52d5dc3a809e7578725396bff
parentf9ae317133e820be90f975a92b212bb2f556e728 (diff)
downloadaur-914c01e6d63468090a3fc96ec2dc32fd76430b8b.tar.gz
update version to 20.04.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a54d2b765bd6..67575fca14e6 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.4
+ pkgver = 67ubuntu20.04.5
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.4.tar.gz
- sha256sums = 0f28b453aaee931751ceac596b59f28af8fecb27c158f553b83f1556a2189490
+ source = https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-67ubuntu20.04.5.tar.gz
+ sha256sums = 8d6f10afdfa69ddd6bf39a06eb79d023e6c4566d6c7da5f75b2257ed302c557c
pkgname = gnome-shell-extension-ubuntu-dock
diff --git a/PKGBUILD b/PKGBUILD
index 4442bcacb099..97efb7025514 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-ubuntu-dock
_pkgname=dash-to-dock-ubuntu-dock
-pkgver=67ubuntu20.04.4
+pkgver=67ubuntu20.04.5
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=('0f28b453aaee931751ceac596b59f28af8fecb27c158f553b83f1556a2189490')
+sha256sums=('8d6f10afdfa69ddd6bf39a06eb79d023e6c4566d6c7da5f75b2257ed302c557c')
build() {
cd ${_pkgname}-${pkgver}