summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2018-10-30 15:50:16 +0200
committerJonian Guveli2018-10-30 15:50:16 +0200
commitdcadb748242231a552a2cf54413c77fad6b938a4 (patch)
treee6296405d95222f4417f28de42a4c89022bcd4c6
parent9d39c83e93693c1c9dfcb9d381e1f286752e6e29 (diff)
downloadaur-dcadb748242231a552a2cf54413c77fad6b938a4.tar.gz
version update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ddb9bc3081c..cffa9de68154 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 = 21
+ pkgver = 22
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-21.tar.gz::https://github.com/hardpixel/unite-shell/archive/v21.tar.gz
- md5sums = 3c200249db02a56c98d116849589962f
+ source = gnome-shell-extension-unite-22.tar.gz::https://github.com/hardpixel/unite-shell/archive/v22.tar.gz
+ md5sums = e3cb8827ecac1c745cafaeed5fc9c127
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index 6f8ab7f2f0df..5f38b3cb7d15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=21
+pkgver=22
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=("3c200249db02a56c98d116849589962f")
+md5sums=("e3cb8827ecac1c745cafaeed5fc9c127")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"