summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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/"
}