summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2022-09-28 10:34:52 +0300
committerjonian2022-09-28 10:34:52 +0300
commita72448d8f43faf930b0e89c453b92c932cb4fe85 (patch)
tree9e3917ee992a07bee174626f133b25343b2d40af
parent6c27b8684cc0d90eea6a3c75c219d69d8a0cf906 (diff)
downloadaur-a72448d8f43faf930b0e89c453b92c932cb4fe85.tar.gz
version update to 68
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b165b16e78bc..8d6cf3559e67 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 = 67
+ pkgver = 68
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-67.tar.gz::https://github.com/hardpixel/unite-shell/archive/v67.tar.gz
- md5sums = 254ac77f0b7a27240d015267e9a24703
+ source = gnome-shell-extension-unite-68.tar.gz::https://github.com/hardpixel/unite-shell/archive/v68.tar.gz
+ md5sums = 489cdf6dca4243dae5aea24cd3a9f4e8
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index 2f5727ff646d..bdb90471aefe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=67
+pkgver=68
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=('254ac77f0b7a27240d015267e9a24703')
+md5sums=('489cdf6dca4243dae5aea24cd3a9f4e8')
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" \