summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2017-10-08 16:35:42 +0300
committerJonian Guveli2017-10-08 16:35:42 +0300
commit618dc34d4ec429ba6ada1abc2f2162d5a0ce18c3 (patch)
treec662f29ea5d622ca37e4ab2d1bde9d51ca06c730
parent13c379eac740f786d3c85739e28a3f20767b9b18 (diff)
downloadaur-618dc34d4ec429ba6ada1abc2f2162d5a0ce18c3.tar.gz
version update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 005f8cfe947c..1d30c80c2e5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Sep 30 11:57:05 UTC 2017
+# Sun Oct 8 13:35:35 UTC 2017
pkgbase = gnome-shell-extension-unite
pkgdesc = Unite makes GNOME Shell look like Ubuntu Unity Shell
- pkgver = 5
+ pkgver = 6
pkgrel = 1
url = https://github.com/hardpixel/unite-shell
arch = any
@@ -12,8 +12,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::https://github.com/hardpixel/unite-shell/archive/v5.tar.gz
- md5sums = 024e78d7f46c1ba0c6b0ce83d7d9fe28
+ source = gnome-shell-extension-unite::https://github.com/hardpixel/unite-shell/archive/v6.tar.gz
+ md5sums = f19adeb22462242bfa3aa1151e84296a
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index b22cf4dce2d0..c639890cae8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=5
+pkgver=6
pkgrel=1
pkgdesc="Unite makes GNOME Shell look like Ubuntu Unity Shell"
arch=("any")
@@ -11,11 +11,11 @@ optdepends=("gnome-shell-extension-dash-to-dock")
provides=("gnome-shell-extension-unite")
conflicts=("gnome-shell-extension-unite-git")
source=("$pkgname::https://github.com/hardpixel/unite-shell/archive/v$pkgver.tar.gz")
-md5sums=("024e78d7f46c1ba0c6b0ce83d7d9fe28")
+md5sums=("f19adeb22462242bfa3aa1151e84296a")
package() {
mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/"
- cd "$srcdir/unite-shell-$pkgver/dist"
+ cd "$srcdir/unite-shell-$pkgver"
cp -af "unite@hardpixel.eu" "$pkgdir/usr/share/gnome-shell/extensions/"
}