summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2020-03-10 19:13:08 +0200
committerJonian Guveli2020-03-10 19:13:08 +0200
commitbe501898482a5e4ef73dff7df61c85e7b8497520 (patch)
tree0e2638fc63a551854453d4cdfc79b0571dd58e60
parent6458d252904bcb62e67146118c6e619555ea3eb0 (diff)
downloadaur-be501898482a5e4ef73dff7df61c85e7b8497520.tar.gz
version update to 37
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57a21a0eb545..373ad82842f5 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 = 36
+ pkgver = 37
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-36.tar.gz::https://github.com/hardpixel/unite-shell/archive/v36.tar.gz
- md5sums = 53a9c624723be3058bf27ca3548f9840
+ source = gnome-shell-extension-unite-37.tar.gz::https://github.com/hardpixel/unite-shell/archive/v37.tar.gz
+ md5sums = 51f41710335eb12d6241aefbeef73325
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index 21e002dd0e1e..89551f47fbd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=36
+pkgver=37
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=("53a9c624723be3058bf27ca3548f9840")
+md5sums=("51f41710335eb12d6241aefbeef73325")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"