summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2020-11-25 11:32:39 +0200
committerjonian2020-11-25 11:32:39 +0200
commit836ece898cac4f2b7daf2ca5e077ec0e3087f9e2 (patch)
tree308eecc47f8e4cac186e4df91c849e09c16a7371
parent080ac928e3590f5f6ec0e4ec4265a1327f1fd366 (diff)
downloadaur-836ece898cac4f2b7daf2ca5e077ec0e3087f9e2.tar.gz
version update to 44
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73351c1de547..df521ebbdbb3 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 = 43
+ pkgver = 44
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-43.tar.gz::https://github.com/hardpixel/unite-shell/archive/v43.tar.gz
- md5sums = 84f7644808ce15252fb8a7c628a6abc6
+ source = gnome-shell-extension-unite-44.tar.gz::https://github.com/hardpixel/unite-shell/archive/v44.tar.gz
+ md5sums = 18b5a37d3454c4db825b4ce1d3d16998
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index 36febb35921c..f39c25845111 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=43
+pkgver=44
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=("84f7644808ce15252fb8a7c628a6abc6")
+md5sums=("18b5a37d3454c4db825b4ce1d3d16998")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"