summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2023-05-07 18:59:05 +0300
committerjonian2023-05-07 18:59:05 +0300
commit653965203db56f35a29edf43084083f3818e08a9 (patch)
tree5221361d8d9116faa1db8b2569ffd2694050489e
parente07f8fac71fe1451c280cf60bec6b264bfad9d07 (diff)
downloadaur-653965203db56f35a29edf43084083f3818e08a9.tar.gz
version update to 71
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d789336829bb..d0b8b64e3629 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 = 70
+ pkgver = 71
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-70.tar.gz::https://github.com/hardpixel/unite-shell/archive/v70.tar.gz
- md5sums = 012fcc5b0f855ed6f0611a2202112759
+ source = gnome-shell-extension-unite-71.tar.gz::https://github.com/hardpixel/unite-shell/archive/v71.tar.gz
+ md5sums = 3bdfd5d24f31a4dcac1bc7ceab235db2
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index e1f187e29621..d8859f2ec1e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=70
+pkgver=71
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=('012fcc5b0f855ed6f0611a2202112759')
+md5sums=('3bdfd5d24f31a4dcac1bc7ceab235db2')
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" \