summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramoka2023-02-11 12:28:33 -0500
committeramoka2023-02-11 12:28:33 -0500
commit698e23caa3e72a38c20d57347fe50363b0333f84 (patch)
tree3adae5f7dfee24de3105022bcdbedc0d2604d132
parenta8bff571457ba47b0e35d6e35a730cf13400168a (diff)
downloadaur-698e23caa3e72a38c20d57347fe50363b0333f84.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 9e89bf9fbebc..e2a5e56d35fc 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 = 72ubuntu6
+ pkgver = 74ubuntu2
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-72ubuntu6.tar.gz
- sha256sums = 41179be5a7145db548cba4bd86f3b4ec15b159122df8b5f13a4b295f452e38a5
+ source = https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-74ubuntu2.tar.gz
+ sha256sums = 300c02a41fd05c6a002da7e262a50a846f45705f893353c9d71f2aa2e88ad3c5
pkgname = gnome-shell-extension-ubuntu-dock
diff --git a/PKGBUILD b/PKGBUILD
index 93e064854bf6..9219f251856e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-ubuntu-dock
_pkgname=dash-to-dock-ubuntu-dock
-pkgver=72ubuntu6
+pkgver=74ubuntu2
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=('41179be5a7145db548cba4bd86f3b4ec15b159122df8b5f13a4b295f452e38a5')
+sha256sums=('300c02a41fd05c6a002da7e262a50a846f45705f893353c9d71f2aa2e88ad3c5')
build() {
cd $_pkgname-$pkgver