summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramoka2020-02-26 22:45:13 -0500
committeramoka2020-02-26 22:45:13 -0500
commitfecd272384b106b7baf9f64a2efd6cc99c3c0e39 (patch)
tree513be750b6b361c591ea789677329a12f0ab5628
parentf2e0a3bc8296fa408fbe27a46df205119c0c4778 (diff)
downloadaur-fecd272384b106b7baf9f64a2efd6cc99c3c0e39.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 6cc059b0c497..efa790998471 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 = 67ubuntu19.10.1
+ pkgver = 67ubuntu20.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-67ubuntu19.10.1.tar.gz
- sha256sums = 53182124f2af164fa4a0c66ccbfaee46fb011bed8d0c1936f71091a84c2c4f0c
+ source = https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-67ubuntu20.04.1.tar.gz
+ sha256sums = 48776347fa447263c8a463889666813f7be51e2088c14db728b67f46f967ffa3
pkgname = gnome-shell-extension-ubuntu-dock
diff --git a/PKGBUILD b/PKGBUILD
index df8ce9deff50..176e79f5c6d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-ubuntu-dock
_pkgname=dash-to-dock-ubuntu-dock
-pkgver=67ubuntu19.10.1
+pkgver=67ubuntu20.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=('53182124f2af164fa4a0c66ccbfaee46fb011bed8d0c1936f71091a84c2c4f0c')
+sha256sums=('48776347fa447263c8a463889666813f7be51e2088c14db728b67f46f967ffa3')
build() {
cd ${_pkgname}-${pkgver}