summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-04-19 18:23:46 +0300
committerjonian2021-04-19 18:23:46 +0300
commita57e3153fe0e2ef8fb789f18c16794fdc5fca822 (patch)
treefd0c6ae5e9832f1e9d93c6045d86fb44dd138e5b
parent6bcd2cffabb76d59e883ba818167289e3f52bcca (diff)
downloadaur-a57e3153fe0e2ef8fb789f18c16794fdc5fca822.tar.gz
version update to 52
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b876628eda83..ede3b41f43d7 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 = 51
+ pkgver = 52
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-51.tar.gz::https://github.com/hardpixel/unite-shell/archive/v51.tar.gz
- md5sums = 2f01fca1dba8501b7f913bbe6313aaeb
+ source = gnome-shell-extension-unite-52.tar.gz::https://github.com/hardpixel/unite-shell/archive/v52.tar.gz
+ md5sums = 0f9a011f6b93ebc4e7b01b59e0e85120
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index d1c6cfe0ca10..a7d041ea163f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=51
+pkgver=52
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=("2f01fca1dba8501b7f913bbe6313aaeb")
+md5sums=("0f9a011f6b93ebc4e7b01b59e0e85120")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"