summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2020-01-02 12:37:22 +0200
committerJonian Guveli2020-01-02 12:37:22 +0200
commitc72d0b23d1479000a1879f4f64392c0ce373a54e (patch)
tree22f1b083129ce3aa4a0bd05d497cdc179fa0fbe2
parent0bbede89ea21143bf30f24041a46f4cbfe6455d9 (diff)
downloadaur-c72d0b23d1479000a1879f4f64392c0ce373a54e.tar.gz
version update to 35
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0fc27891024..fe74b41c1c18 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 = 34
+ pkgver = 35
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-34.tar.gz::https://github.com/hardpixel/unite-shell/archive/v34.tar.gz
- md5sums = 0336dfedd145009ac066d5288536d450
+ source = gnome-shell-extension-unite-35.tar.gz::https://github.com/hardpixel/unite-shell/archive/v35.tar.gz
+ md5sums = 6b873b0b4035bc458a00e715f8bd7e5e
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index ab67702587f0..32a193e674a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=34
+pkgver=35
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=("0336dfedd145009ac066d5288536d450")
+md5sums=("6b873b0b4035bc458a00e715f8bd7e5e")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"