summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramoka2022-05-03 18:12:58 -0400
committeramoka2022-05-03 18:12:58 -0400
commit2098ec0441d18bc1dbd5beb7c8c4e9fd68e9e1cc (patch)
tree533a712285e1c7d245117e0f4fc034799831d5aa
parent1a16c356058898d63f94279e6b381fadeee4cb51 (diff)
downloadaur-2098ec0441d18bc1dbd5beb7c8c4e9fd68e9e1cc.tar.gz
Update version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bb77728d300..769e388e2ece 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_ubuntu3
+ pkgver = 72_ubuntu5
pkgrel = 1
url = https://github.com/micheleg/dash-to-dock/tree/ubuntu-dock
arch = any
@@ -9,7 +9,11 @@ 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_ubuntu3.tar.gz
- sha256sums = 34f2c80ec34adbe7e918e7a1b6a514d39432c7b75e36139d1e2ee07bbfe64bf4
+ provides = gnome-shell-extension-dash-to-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
pkgname = gnome-shell-extension-ubuntu-dock
diff --git a/PKGBUILD b/PKGBUILD
index de8f2ed11482..aa29b15d6d68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-ubuntu-dock
_pkgname=dash-to-dock-ubuntu-dock
-pkgver=72_ubuntu3
+pkgver=72_ubuntu5
pkgrel=1
pkgdesc="A dock for the Gnome Shell, default Ubuntu experience"
arch=('any')
@@ -11,8 +11,10 @@ url="https://github.com/micheleg/dash-to-dock/tree/ubuntu-dock"
license=('GPL')
depends=('gnome-shell')
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=('34f2c80ec34adbe7e918e7a1b6a514d39432c7b75e36139d1e2ee07bbfe64bf4')
+sha256sums=('d00808775c6b992a601af2b651009069f58f4892af118173e2d755aa6d3a2abd')
build() {
cd $_pkgname-$pkgver