summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-04-19 00:20:25 +0300
committerjonian2021-04-19 00:20:25 +0300
commit6bcd2cffabb76d59e883ba818167289e3f52bcca (patch)
tree553092045d9ed740eebfcf75e559654bcd5584c3
parent0aedd59fcfb5b48afa03668009f85f74fbcd4c25 (diff)
downloadaur-6bcd2cffabb76d59e883ba818167289e3f52bcca.tar.gz
version update to 51
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7a3bc9998a7..b876628eda83 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 = 50
+ pkgver = 51
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-50.tar.gz::https://github.com/hardpixel/unite-shell/archive/v50.tar.gz
- md5sums = 0e1e5c707a33069c5582a38becc265a9
+ source = gnome-shell-extension-unite-51.tar.gz::https://github.com/hardpixel/unite-shell/archive/v51.tar.gz
+ md5sums = 2f01fca1dba8501b7f913bbe6313aaeb
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index ae52dea49e40..d1c6cfe0ca10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=50
+pkgver=51
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=("0e1e5c707a33069c5582a38becc265a9")
+md5sums=("2f01fca1dba8501b7f913bbe6313aaeb")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"