summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-10-14 11:58:09 +0300
committerjonian2021-10-14 11:58:09 +0300
commitf2b3f4a4d45864bfb5e7c4ec3a75ee1468dcae10 (patch)
tree918daba461cdc687263c3d719a445e3603a6f401
parentfc94d116eb3fdfc2d56ac2f2e0389fa7bf0d7ab7 (diff)
downloadaur-f2b3f4a4d45864bfb5e7c4ec3a75ee1468dcae10.tar.gz
version update to 58
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e38de20c16cb..0c7b94951416 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 = 57
+ pkgver = 58
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-57.tar.gz::https://github.com/hardpixel/unite-shell/archive/v57.tar.gz
- md5sums = 502e913e0b0fffc693c5c314999ff07c
+ source = gnome-shell-extension-unite-58.tar.gz::https://github.com/hardpixel/unite-shell/archive/v58.tar.gz
+ md5sums = 139255864425194833d022270ddfc771
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index d037f11b54bd..cfbd334086e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=57
+pkgver=58
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=("502e913e0b0fffc693c5c314999ff07c")
+md5sums=("139255864425194833d022270ddfc771")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"