summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-03-23 13:41:41 +0200
committerjonian2021-03-23 13:41:41 +0200
commitc2bd1f8029853c0630cacf4d811f4004ac7172b6 (patch)
tree6bd5c94eb65aa5dfc5d0a64a57a2d982fe2a6ec3
parent58ce24bb0b13d2b64e19357093c080240bbde6e9 (diff)
downloadaur-c2bd1f8029853c0630cacf4d811f4004ac7172b6.tar.gz
version update to 47
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7eb94fbe378..89077359fc6a 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 = 46
+ pkgver = 47
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-46.tar.gz::https://github.com/hardpixel/unite-shell/archive/v46.tar.gz
- md5sums = 96e3f6c2a1f2da603e1e63744111596c
+ source = gnome-shell-extension-unite-47.tar.gz::https://github.com/hardpixel/unite-shell/archive/v47.tar.gz
+ md5sums = ec4c5b2b0670600615c9f8890bd70bea
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index 59d4cdd18a1e..fdb257fb044c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=46
+pkgver=47
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=("96e3f6c2a1f2da603e1e63744111596c")
+md5sums=("ec4c5b2b0670600615c9f8890bd70bea")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"