summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2023-10-15 18:12:15 +0300
committerJonian Guveli2023-10-15 18:12:15 +0300
commitdcc0a07e7ead33ac5edaf52f96df0b1d633b8fde (patch)
tree2c8b5319c1992567bb3624c14c7140ac279579de
parent13430926115ca1fe4c51282ebb3ce8e400a99b4a (diff)
downloadaur-dcc0a07e7ead33ac5edaf52f96df0b1d633b8fde.tar.gz
version update to 74
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1800978c0bb..7f91dcd95d84 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 = 73
+ pkgver = 74
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-73.tar.gz::https://github.com/hardpixel/unite-shell/archive/v73.tar.gz
- md5sums = a682901498afbadbb814fa7535c47515
+ source = gnome-shell-extension-unite-74.tar.gz::https://github.com/hardpixel/unite-shell/archive/v74.tar.gz
+ md5sums = 30939db76126e804d37dd71f03edf526
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index be544a84f598..94607f569dce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=73
+pkgver=74
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=('a682901498afbadbb814fa7535c47515')
+md5sums=('30939db76126e804d37dd71f03edf526')
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" \