summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramoka2022-02-05 10:58:14 -0500
committeramoka2022-02-05 10:58:14 -0500
commitb57063d88f6cc77f07eadd2a43f8a04feb8ce608 (patch)
tree2f5d838a8badb745a4e35f718ce9db09e30eda7b
parent501bd64a35f919016bf4a518944d8b033804dc46 (diff)
downloadaur-b57063d88f6cc77f07eadd2a43f8a04feb8ce608.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 8fb26b9f0171..582a0a78ab75 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 = 70_ubuntu1
+ pkgver = 72_ubuntu1
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-70_ubuntu1.tar.gz
- sha256sums = 4edd91d71178e058038963ab4002c21f90f7fb748b5a409fdfea759ae79627f5
+ source = https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-72_ubuntu1.tar.gz
+ sha256sums = ba26bb23a7e29372524c3a41ec7f332aa186176fe46c1661719ac46cad34e029
pkgname = gnome-shell-extension-ubuntu-dock
diff --git a/PKGBUILD b/PKGBUILD
index 9c9d92e5a215..0399b3f2871e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-ubuntu-dock
_pkgname=dash-to-dock-ubuntu-dock
-pkgver=70_ubuntu1
+pkgver=72_ubuntu1
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=('4edd91d71178e058038963ab4002c21f90f7fb748b5a409fdfea759ae79627f5')
+sha256sums=('ba26bb23a7e29372524c3a41ec7f332aa186176fe46c1661719ac46cad34e029')
build() {
cd $_pkgname-$pkgver