summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-03-22 20:39:19 +0200
committerjonian2021-03-22 20:39:19 +0200
commit58ce24bb0b13d2b64e19357093c080240bbde6e9 (patch)
treea1ebd3767b3175eadf0bcf032d6467d73beb99a2
parent1cefb89808a94a1b82c28d52a4c47d5ea0ce1aa9 (diff)
downloadaur-58ce24bb0b13d2b64e19357093c080240bbde6e9.tar.gz
version update to 46
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eea5f4ad665f..e7eb94fbe378 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 = 45
+ pkgver = 46
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-45.tar.gz::https://github.com/hardpixel/unite-shell/archive/v45.tar.gz
- md5sums = 40052e7736ecc214f0ddf8ec13e37397
+ source = gnome-shell-extension-unite-46.tar.gz::https://github.com/hardpixel/unite-shell/archive/v46.tar.gz
+ md5sums = 96e3f6c2a1f2da603e1e63744111596c
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index 28eb5a8a63ea..59d4cdd18a1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=45
+pkgver=46
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=("40052e7736ecc214f0ddf8ec13e37397")
+md5sums=("96e3f6c2a1f2da603e1e63744111596c")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"