summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramoka2022-07-09 09:48:31 -0400
committeramoka2022-07-09 09:48:31 -0400
commit9beb5a78a617d79bbd83a836c42752049547f0e8 (patch)
tree9ae90bab64ecb95fb30f732fd5a436c7f0654a59
parent2098ec0441d18bc1dbd5beb7c8c4e9fd68e9e1cc (diff)
downloadaur-9beb5a78a617d79bbd83a836c42752049547f0e8.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 769e388e2ece..2325fbf74f7d 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_ubuntu5
+ pkgver = 72ubuntu1
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-72_ubuntu5.tar.gz
- sha256sums = d00808775c6b992a601af2b651009069f58f4892af118173e2d755aa6d3a2abd
+ source = https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-72ubuntu1.tar.gz
+ sha256sums = 7b9838197968130f1d59ab07a596b0bd19ccc7664f47c7d10091711429780084
pkgname = gnome-shell-extension-ubuntu-dock
diff --git a/PKGBUILD b/PKGBUILD
index aa29b15d6d68..d59df0aacf22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-ubuntu-dock
_pkgname=dash-to-dock-ubuntu-dock
-pkgver=72_ubuntu5
+pkgver=72ubuntu1
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=('d00808775c6b992a601af2b651009069f58f4892af118173e2d755aa6d3a2abd')
+sha256sums=('7b9838197968130f1d59ab07a596b0bd19ccc7664f47c7d10091711429780084')
build() {
cd $_pkgname-$pkgver