summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2020-04-28 22:29:11 +0300
committerJonian Guveli2020-04-28 22:29:11 +0300
commit02af91e1403d1acaacb30148f576df704b33275d (patch)
tree2050b404137b4f0a3a0bb98440bc3303fca22de2
parent74e0d31f0996948ef9bacb0593633200d3631ea3 (diff)
downloadaur-02af91e1403d1acaacb30148f576df704b33275d.tar.gz
version update to 41
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ed5c91a94d7..e81b3aa7a523 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 = 40
+ pkgver = 41
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-40.tar.gz::https://github.com/hardpixel/unite-shell/archive/v40.tar.gz
- md5sums = e092c17620747133a58bd7afba0bec1d
+ source = gnome-shell-extension-unite-41.tar.gz::https://github.com/hardpixel/unite-shell/archive/v41.tar.gz
+ md5sums = c5a8c4421475429234907e9dadfb5239
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index add3f230aa79..a829e2253ae4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=40
+pkgver=41
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=("e092c17620747133a58bd7afba0bec1d")
+md5sums=("c5a8c4421475429234907e9dadfb5239")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"