summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2019-04-13 11:32:01 +0300
committerJonian Guveli2019-04-13 11:32:01 +0300
commite20a8d4f69d93c6d196ff25da991ba290cb67b70 (patch)
tree488879f12dc926c7afa1cc3940357a42c7ff9e67
parenta24ff498550af41374afeebd3431526e80e81a0b (diff)
downloadaur-e20a8d4f69d93c6d196ff25da991ba290cb67b70.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 13a7c4620bc1..f4d0323d40e3 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 = 27
+ pkgver = 29
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-27.tar.gz::https://github.com/hardpixel/unite-shell/archive/v27.tar.gz
- md5sums = af7281b501b044f63c229208c61c4ba8
+ source = gnome-shell-extension-unite-29.tar.gz::https://github.com/hardpixel/unite-shell/archive/v29.tar.gz
+ md5sums = bd6dcafc800e2ba8185caf682becc815
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index 3fabec4b5e22..2ac1e0809c19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=27
+pkgver=29
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=("af7281b501b044f63c229208c61c4ba8")
+md5sums=("bd6dcafc800e2ba8185caf682becc815")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"