summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-09-27 00:15:11 +0300
committerjonian2021-09-27 00:15:11 +0300
commit9b198d26a1428452ee441a5a4c00d74edd058f0b (patch)
tree9f3298939d63a2b2387818df4a05cd45925b0c94
parentfde3540dac00ca8d17d38cf5f1b54232b09f067b (diff)
downloadaur-9b198d26a1428452ee441a5a4c00d74edd058f0b.tar.gz
version update to 56
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3191ac892213..1193904b243d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-unite
pkgdesc = Unite makes GNOME Shell look like Ubuntu Unity Shell
- pkgver = 55
+ pkgver = 56
pkgrel = 1
url = https://github.com/hardpixel/unite-shell
arch = any
@@ -10,7 +10,7 @@ pkgbase = gnome-shell-extension-unite
optdepends = gnome-shell-extension-dash-to-dock
provides = gnome-shell-extension-unite
conflicts = gnome-shell-extension-unite-git
- source = gnome-shell-extension-unite-55.tar.gz::https://github.com/hardpixel/unite-shell/archive/v55.tar.gz
- md5sums = ab070e634e48a1468bf58f9e59fa4047
+ source = gnome-shell-extension-unite-56.tar.gz::https://github.com/hardpixel/unite-shell/archive/v56.tar.gz
+ md5sums = bcd3c2f92c75e0ea740a89858bc4066c
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index f9d9a51f9bcf..54f6a3483300 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=55
+pkgver=56
pkgrel=1
pkgdesc="Unite makes GNOME Shell look like Ubuntu Unity Shell"
arch=("any")
@@ -11,7 +11,7 @@ optdepends=("gnome-shell-extension-dash-to-dock")
provides=("gnome-shell-extension-unite")
conflicts=("gnome-shell-extension-unite-git")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-md5sums=("ab070e634e48a1468bf58f9e59fa4047")
+md5sums=("bcd3c2f92c75e0ea740a89858bc4066c")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"