summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-10-06 00:47:08 +0300
committerjonian2021-10-06 00:47:08 +0300
commitfc94d116eb3fdfc2d56ac2f2e0389fa7bf0d7ab7 (patch)
tree55a47319db5d4dfcfb9e1c9bd044b799bf2a3ec0
parent9b198d26a1428452ee441a5a4c00d74edd058f0b (diff)
downloadaur-fc94d116eb3fdfc2d56ac2f2e0389fa7bf0d7ab7.tar.gz
version update to 57
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1193904b243d..e38de20c16cb 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 = 56
+ pkgver = 57
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-56.tar.gz::https://github.com/hardpixel/unite-shell/archive/v56.tar.gz
- md5sums = bcd3c2f92c75e0ea740a89858bc4066c
+ source = gnome-shell-extension-unite-57.tar.gz::https://github.com/hardpixel/unite-shell/archive/v57.tar.gz
+ md5sums = 502e913e0b0fffc693c5c314999ff07c
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index 54f6a3483300..d037f11b54bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=56
+pkgver=57
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=("bcd3c2f92c75e0ea740a89858bc4066c")
+md5sums=("502e913e0b0fffc693c5c314999ff07c")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"