summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-04-28 20:48:28 +0300
committerjonian2021-04-28 20:48:28 +0300
commit679c83ea7242724353ad6c68be2c9aaa68b34565 (patch)
tree79ebc012a6b824b0851ddcb2305234ffe979ef6a
parenta57e3153fe0e2ef8fb789f18c16794fdc5fca822 (diff)
downloadaur-679c83ea7242724353ad6c68be2c9aaa68b34565.tar.gz
version update to 53
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ede3b41f43d7..f7764eb2d7e1 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 = 52
+ pkgver = 53
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-52.tar.gz::https://github.com/hardpixel/unite-shell/archive/v52.tar.gz
- md5sums = 0f9a011f6b93ebc4e7b01b59e0e85120
+ source = gnome-shell-extension-unite-53.tar.gz::https://github.com/hardpixel/unite-shell/archive/v53.tar.gz
+ md5sums = d78d30644b54e6cc5e0f9e91cd36161a
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index a7d041ea163f..3bba61aaf333 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=52
+pkgver=53
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=("0f9a011f6b93ebc4e7b01b59e0e85120")
+md5sums=("d78d30644b54e6cc5e0f9e91cd36161a")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"