summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2022-11-09 23:42:47 +0200
committerjonian2022-11-09 23:42:47 +0200
commit2f41aef2dca2cf1ec161bb5e8334fda2dd87a545 (patch)
tree9eccbccb9e7c3e91f32bddab2576ba7aeacdbd2e
parenta72448d8f43faf930b0e89c453b92c932cb4fe85 (diff)
downloadaur-2f41aef2dca2cf1ec161bb5e8334fda2dd87a545.tar.gz
version update to 69
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d6cf3559e67..3fe11c544210 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 = 68
+ pkgver = 69
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-68.tar.gz::https://github.com/hardpixel/unite-shell/archive/v68.tar.gz
- md5sums = 489cdf6dca4243dae5aea24cd3a9f4e8
+ source = gnome-shell-extension-unite-69.tar.gz::https://github.com/hardpixel/unite-shell/archive/v69.tar.gz
+ md5sums = 1478f229314557c91091d03a292b4dcf
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index bdb90471aefe..0de0d1b22875 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=68
+pkgver=69
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=('489cdf6dca4243dae5aea24cd3a9f4e8')
+md5sums=('1478f229314557c91091d03a292b4dcf')
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" \