summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2019-10-28 20:19:47 +0200
committerJonian Guveli2019-10-28 20:19:47 +0200
commit0bbede89ea21143bf30f24041a46f4cbfe6455d9 (patch)
treebf359484f033851acea173eeabd286118f410336
parent238cd48fb3143f2078b0ddfcd80300019c76f000 (diff)
downloadaur-0bbede89ea21143bf30f24041a46f4cbfe6455d9.tar.gz
version update to 34
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1bc35e31ae2..d0fc27891024 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 = 33
+ pkgver = 34
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-33.tar.gz::https://github.com/hardpixel/unite-shell/archive/v33.tar.gz
- md5sums = 9e516922cde8281f7ca9adc48180b2f4
+ source = gnome-shell-extension-unite-34.tar.gz::https://github.com/hardpixel/unite-shell/archive/v34.tar.gz
+ md5sums = 0336dfedd145009ac066d5288536d450
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index 7c62b3c6503f..ab67702587f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=33
+pkgver=34
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=("9e516922cde8281f7ca9adc48180b2f4")
+md5sums=("0336dfedd145009ac066d5288536d450")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"