summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-02-05 14:20:58 +0200
committerjonian2021-02-05 14:20:58 +0200
commit1cefb89808a94a1b82c28d52a4c47d5ea0ce1aa9 (patch)
treed84be2254513595943c7d3c32cd1fe24d76dc2a6
parent06796301b047ba29a32701ff4835851865991204 (diff)
downloadaur-1cefb89808a94a1b82c28d52a4c47d5ea0ce1aa9.tar.gz
version update to 45
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a364685a1a6..eea5f4ad665f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-unite
pkgdesc = Unite makes GNOME Shell look like Ubuntu Unity Shell
- pkgver = 44
- pkgrel = 2
+ pkgver = 45
+ pkgrel = 1
url = https://github.com/hardpixel/unite-shell
arch = any
license = GPL
@@ -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-44.tar.gz::https://github.com/hardpixel/unite-shell/archive/v44.tar.gz
- md5sums = 18b5a37d3454c4db825b4ce1d3d16998
+ source = gnome-shell-extension-unite-45.tar.gz::https://github.com/hardpixel/unite-shell/archive/v45.tar.gz
+ md5sums = 40052e7736ecc214f0ddf8ec13e37397
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index 63857c9bf353..28eb5a8a63ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=44
-pkgrel=2
+pkgver=45
+pkgrel=1
pkgdesc="Unite makes GNOME Shell look like Ubuntu Unity Shell"
arch=("any")
url="https://github.com/hardpixel/unite-shell"
@@ -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=("18b5a37d3454c4db825b4ce1d3d16998")
+md5sums=("40052e7736ecc214f0ddf8ec13e37397")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"