summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramoka2022-04-15 14:21:30 -0400
committeramoka2022-04-15 14:21:30 -0400
commit1a16c356058898d63f94279e6b381fadeee4cb51 (patch)
tree5918c3ea99fc27cf1d46f8bc4563ef2c3997c35f
parentb57063d88f6cc77f07eadd2a43f8a04feb8ce608 (diff)
downloadaur-1a16c356058898d63f94279e6b381fadeee4cb51.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 582a0a78ab75..5bb77728d300 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 = 72_ubuntu1
+ pkgver = 72_ubuntu3
pkgrel = 1
url = https://github.com/micheleg/dash-to-dock/tree/ubuntu-dock
arch = any
@@ -9,7 +9,7 @@ pkgbase = gnome-shell-extension-ubuntu-dock
makedepends = intltool
makedepends = sassc
depends = gnome-shell
- source = https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-72_ubuntu1.tar.gz
- sha256sums = ba26bb23a7e29372524c3a41ec7f332aa186176fe46c1661719ac46cad34e029
+ source = https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-72_ubuntu3.tar.gz
+ sha256sums = 34f2c80ec34adbe7e918e7a1b6a514d39432c7b75e36139d1e2ee07bbfe64bf4
pkgname = gnome-shell-extension-ubuntu-dock
diff --git a/PKGBUILD b/PKGBUILD
index 0399b3f2871e..de8f2ed11482 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-ubuntu-dock
_pkgname=dash-to-dock-ubuntu-dock
-pkgver=72_ubuntu1
+pkgver=72_ubuntu3
pkgrel=1
pkgdesc="A dock for the Gnome Shell, default Ubuntu experience"
arch=('any')
@@ -12,7 +12,7 @@ license=('GPL')
depends=('gnome-shell')
makedepends=('gettext' 'intltool' 'sassc')
source=("https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-$pkgver.tar.gz")
-sha256sums=('ba26bb23a7e29372524c3a41ec7f332aa186176fe46c1661719ac46cad34e029')
+sha256sums=('34f2c80ec34adbe7e918e7a1b6a514d39432c7b75e36139d1e2ee07bbfe64bf4')
build() {
cd $_pkgname-$pkgver