summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramoka2022-09-01 17:29:48 -0400
committeramoka2022-09-01 17:29:48 -0400
commita8bff571457ba47b0e35d6e35a730cf13400168a (patch)
tree5ea9d8e44c5dbaa39fead1724002281282c8da46
parent9beb5a78a617d79bbd83a836c42752049547f0e8 (diff)
downloadaur-a8bff571457ba47b0e35d6e35a730cf13400168a.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2325fbf74f7d..9e89bf9fbebc 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 = 72ubuntu1
+ pkgver = 72ubuntu6
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-72ubuntu1.tar.gz
- sha256sums = 7b9838197968130f1d59ab07a596b0bd19ccc7664f47c7d10091711429780084
+ source = https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-72ubuntu6.tar.gz
+ sha256sums = 41179be5a7145db548cba4bd86f3b4ec15b159122df8b5f13a4b295f452e38a5
pkgname = gnome-shell-extension-ubuntu-dock
diff --git a/PKGBUILD b/PKGBUILD
index d59df0aacf22..93e064854bf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-ubuntu-dock
_pkgname=dash-to-dock-ubuntu-dock
-pkgver=72ubuntu1
+pkgver=72ubuntu6
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=('7b9838197968130f1d59ab07a596b0bd19ccc7664f47c7d10091711429780084')
+sha256sums=('41179be5a7145db548cba4bd86f3b4ec15b159122df8b5f13a4b295f452e38a5')
build() {
cd $_pkgname-$pkgver