summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-05-22 13:55:21 +0300
committerjonian2021-05-22 13:55:21 +0300
commit761f0739360c3e731a0a3b3d6f93ef42a3d8a9e4 (patch)
tree80fccccd24e17c46ad89b54664c844d350ab203d
parent679c83ea7242724353ad6c68be2c9aaa68b34565 (diff)
downloadaur-761f0739360c3e731a0a3b3d6f93ef42a3d8a9e4.tar.gz
version update to 54
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7764eb2d7e1..0a6721555259 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 = 53
+ pkgver = 54
pkgrel = 1
url = https://github.com/hardpixel/unite-shell
arch = any
@@ -10,8 +10,8 @@ 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-53.tar.gz::https://github.com/hardpixel/unite-shell/archive/v53.tar.gz
- md5sums = d78d30644b54e6cc5e0f9e91cd36161a
+ source = gnome-shell-extension-unite-54.tar.gz::https://github.com/hardpixel/unite-shell/archive/v54.tar.gz
+ md5sums = ad915eff8b77a651d6e434f7a843ea35
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index 3bba61aaf333..bd69996dfdab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=53
+pkgver=54
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=("d78d30644b54e6cc5e0f9e91cd36161a")
+md5sums=("ad915eff8b77a651d6e434f7a843ea35")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"