summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramoka2019-09-25 15:00:26 -0400
committeramoka2019-09-25 15:00:26 -0400
commit765b89436686dc18847ad0b865fb95c7e8701965 (patch)
tree7846bf082724fc187eabbd5a6ccbce09a0c38c11
parent860d2a8ebb30d7e4efa00f6d4f5999915e3eaae8 (diff)
downloadaur-765b89436686dc18847ad0b865fb95c7e8701965.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 e71b158a10e2..65dd3f70f311 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 = 64ubuntu4
+ pkgver = 66ubuntu19.10.2
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-64ubuntu4.tar.gz
- sha256sums = eefc83f50b80b6e75e70b7c3479b2cf1589aa514502342c025b0d6fdb3639ce2
+ source = https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-66ubuntu19.10.2.tar.gz
+ sha256sums = e5d8f50b26422e26c71d5a906b6e72a553e09bcee21bad8e6796055b294bcfa5
pkgname = gnome-shell-extension-ubuntu-dock
diff --git a/PKGBUILD b/PKGBUILD
index ff1bc09842a4..1d65c94e8001 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-ubuntu-dock
_pkgname=dash-to-dock-ubuntu-dock
-pkgver=64ubuntu4
+pkgver=66ubuntu19.10.2
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=('eefc83f50b80b6e75e70b7c3479b2cf1589aa514502342c025b0d6fdb3639ce2')
+sha256sums=('e5d8f50b26422e26c71d5a906b6e72a553e09bcee21bad8e6796055b294bcfa5')
build() {
cd ${_pkgname}-${pkgver}