summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2023-10-24 16:13:34 +0300
committerJonian Guveli2023-10-24 16:13:34 +0300
commit9b103b89d97f429fc8794d7161ff772616ff8cda (patch)
tree3aebcb3158267a389d87146454a53517942f3437
parentffd2c86cbca3f61b33f51ff999bd22c7a598736a (diff)
downloadaur-9b103b89d97f429fc8794d7161ff772616ff8cda.tar.gz
version update to 77
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b567ea875620..cda48a8ccaa0 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 = 76
+ pkgver = 77
pkgrel = 1
url = https://github.com/hardpixel/unite-shell
arch = any
@@ -10,7 +10,7 @@ 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-76.tar.gz::https://github.com/hardpixel/unite-shell/archive/v76.tar.gz
- md5sums = 0e3996e256ed9be5b51e0c220cde8d4b
+ source = gnome-shell-extension-unite-77.tar.gz::https://github.com/hardpixel/unite-shell/archive/v77.tar.gz
+ md5sums = a2abaa9de57c1a6a52ef1d8e497198a9
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index 73160c62bb40..118127947fd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=76
+pkgver=77
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=('0e3996e256ed9be5b51e0c220cde8d4b')
+md5sums=('a2abaa9de57c1a6a52ef1d8e497198a9')
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" \