summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-03-26 17:25:14 +0200
committerjonian2021-03-26 17:25:14 +0200
commit43bce4b0d2a072b5f4c3debd0149ba0afe935714 (patch)
tree90e3010dcd42abb35b7602b2260fe076a37cd9e5
parentc2bd1f8029853c0630cacf4d811f4004ac7172b6 (diff)
downloadaur-43bce4b0d2a072b5f4c3debd0149ba0afe935714.tar.gz
version update to 48
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89077359fc6a..295a727dd115 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 = 47
+ pkgver = 48
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-47.tar.gz::https://github.com/hardpixel/unite-shell/archive/v47.tar.gz
- md5sums = ec4c5b2b0670600615c9f8890bd70bea
+ source = gnome-shell-extension-unite-48.tar.gz::https://github.com/hardpixel/unite-shell/archive/v48.tar.gz
+ md5sums = 927149ef16ca768d76f80b7813b18879
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index fdb257fb044c..b98e06df5625 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=47
+pkgver=48
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=("ec4c5b2b0670600615c9f8890bd70bea")
+md5sums=("927149ef16ca768d76f80b7813b18879")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"