summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramoka2023-10-22 15:02:51 -0400
committeramoka2023-10-22 15:02:51 -0400
commit7abba8d4ffd93a052bb2489fa4a0d8553e9c16ca (patch)
treeb0f12c1d76afc75981fddcd513597938d23a6864
parent16ebc64276d266e691849b22d60c32f389f1f81a (diff)
downloadaur-gnome-shell-extension-ubuntu-dock.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec59a817c8b2..77f27de628d2 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 = 84ubuntu1
+ pkgver = 87ubuntu2
pkgrel = 1
url = https://github.com/micheleg/dash-to-dock/tree/ubuntu-dock
arch = any
@@ -13,7 +13,7 @@ pkgbase = gnome-shell-extension-ubuntu-dock
provides = gnome-shell-extension-dash-to-dock-git
conflicts = gnome-shell-extension-dash-to-dock
conflicts = gnome-shell-extension-dash-to-dock-git
- source = https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-84ubuntu1.tar.gz
- sha256sums = 11ed5c1b828366a7903cffc1ca670d43b0de86bcf72f5592de3d3d182343f246
+ source = https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-87ubuntu2.tar.gz
+ sha256sums = 65e5b3739d2eee1e12190a43ea05cd38fef22ce6ecec86550bf81f557e254b9b
pkgname = gnome-shell-extension-ubuntu-dock
diff --git a/PKGBUILD b/PKGBUILD
index f93684b90e71..b5c566fef80d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-ubuntu-dock
_pkgname=dash-to-dock-ubuntu-dock
-pkgver=84ubuntu1
+pkgver=87ubuntu2
pkgrel=1
pkgdesc="A dock for the Gnome Shell, default Ubuntu experience"
arch=('any')
@@ -14,7 +14,7 @@ makedepends=('gettext' 'intltool' 'sassc')
provides=('gnome-shell-extension-dash-to-dock' 'gnome-shell-extension-dash-to-dock-git')
conflicts=('gnome-shell-extension-dash-to-dock' 'gnome-shell-extension-dash-to-dock-git')
source=("https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-$pkgver.tar.gz")
-sha256sums=('11ed5c1b828366a7903cffc1ca670d43b0de86bcf72f5592de3d3d182343f246')
+sha256sums=('65e5b3739d2eee1e12190a43ea05cd38fef22ce6ecec86550bf81f557e254b9b')
build() {
cd $_pkgname-$pkgver