summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2023-10-15 14:39:16 +0300
committerJonian Guveli2023-10-15 14:39:16 +0300
commit13430926115ca1fe4c51282ebb3ce8e400a99b4a (patch)
treeaf565196360517630b52aec412422b65662a6010
parent511c05ab659782b48ab7175aca7e08ee28864b2f (diff)
downloadaur-13430926115ca1fe4c51282ebb3ce8e400a99b4a.tar.gz
version update to 73
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58a4d4edab1f..c1800978c0bb 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 = 72
+ pkgver = 73
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-72.tar.gz::https://github.com/hardpixel/unite-shell/archive/v72.tar.gz
- md5sums = 72bd619298024457469fa271e39e595c
+ source = gnome-shell-extension-unite-73.tar.gz::https://github.com/hardpixel/unite-shell/archive/v73.tar.gz
+ md5sums = a682901498afbadbb814fa7535c47515
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index 4e1283a01627..be544a84f598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=72
+pkgver=73
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=('72bd619298024457469fa271e39e595c')
+md5sums=('a682901498afbadbb814fa7535c47515')
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" \