summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2023-03-01 21:49:30 +0200
committerjonian2023-03-01 21:49:30 +0200
commite07f8fac71fe1451c280cf60bec6b264bfad9d07 (patch)
tree812c593aca3ce91b2f6de1be650ed0f4c08a6344
parent2f41aef2dca2cf1ec161bb5e8334fda2dd87a545 (diff)
downloadaur-e07f8fac71fe1451c280cf60bec6b264bfad9d07.tar.gz
version update to 70
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fe11c544210..d789336829bb 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 = 69
+ pkgver = 70
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-69.tar.gz::https://github.com/hardpixel/unite-shell/archive/v69.tar.gz
- md5sums = 1478f229314557c91091d03a292b4dcf
+ source = gnome-shell-extension-unite-70.tar.gz::https://github.com/hardpixel/unite-shell/archive/v70.tar.gz
+ md5sums = 012fcc5b0f855ed6f0611a2202112759
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index 0de0d1b22875..e1f187e29621 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=69
+pkgver=70
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=('1478f229314557c91091d03a292b4dcf')
+md5sums=('012fcc5b0f855ed6f0611a2202112759')
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" \