summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2019-03-16 03:25:59 +0200
committerJonian Guveli2019-03-16 03:25:59 +0200
commit5eae5f67a129618768cd594dbb45264f4241c6bf (patch)
tree2cafe8e22d8f988fe86545434010446403e91502
parentb627a3a149ccfa057f693e5f7f25a4e00b56681e (diff)
downloadaur-5eae5f67a129618768cd594dbb45264f4241c6bf.tar.gz
version update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a5e2e3697d0..f19e377405be 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 = 24
+ pkgver = 26
pkgrel = 1
url = https://github.com/hardpixel/unite-shell
arch = any
@@ -10,8 +10,8 @@ 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-24.tar.gz::https://github.com/hardpixel/unite-shell/archive/v24.tar.gz
- md5sums = 3fd349569f612005abc7362b0d738a43
+ source = gnome-shell-extension-unite-26.tar.gz::https://github.com/hardpixel/unite-shell/archive/v26.tar.gz
+ md5sums = f5be41a401245ed8df14e39d446f1cd4
pkgname = gnome-shell-extension-unite
diff --git a/PKGBUILD b/PKGBUILD
index 9219e808eb03..7964aed7cffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
-pkgver=24
+pkgver=26
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=("3fd349569f612005abc7362b0d738a43")
+md5sums=("f5be41a401245ed8df14e39d446f1cd4")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"