summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Brunelli2016-11-01 10:56:03 -0200
committerIan Brunelli2016-11-01 10:56:03 -0200
commit81ea9a2c6a99c9306a45a72c415d6c554d46972a (patch)
tree84c5cac0eec49cd71e2f6aa870503dde5eb82c33
parent1f5acb00799ef9490eba723a5d695a7da92e7b2b (diff)
downloadaur-81ea9a2c6a99c9306a45a72c415d6c554d46972a.tar.gz
Updated version (1.4.3 -> 1.5).
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fff1e1b19418..af23636eb119 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Oct 14 12:15:31 UTC 2016
+# Tue Nov 1 12:55:27 UTC 2016
pkgbase = gnome-shell-extension-installer
pkgdesc = A bash script to search and install GNOME Shell extensions
- pkgver = 1.4.3
+ pkgver = 1.5
pkgrel = 1
url = https://github.com/brunelli/gnome-shell-extension-installer
arch = any
@@ -13,8 +13,8 @@ pkgbase = gnome-shell-extension-installer
depends = glib2
depends = gnome-shell
optdepends = less: to display comments and long descriptions more elegantly
- source = gnome-shell-extension-installer::https://github.com/brunelli/gnome-shell-extension-installer/releases/download/v1.4.3/gnome-shell-extension-installer
- sha256sums = 6de579a822e923c87626d63daf1e486319d8df71a494288a32934c04decd89b2
+ source = gnome-shell-extension-installer::https://github.com/brunelli/gnome-shell-extension-installer/releases/download/v1.5/gnome-shell-extension-installer
+ sha256sums = da6b5577b9bfb48573827c1785933772f93da75820162273cabcb9fac1f9d795
pkgname = gnome-shell-extension-installer
diff --git a/PKGBUILD b/PKGBUILD
index fbdb6a700d2f..664ea0ac61d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ian Brunelli <ian@brunelli.me>
pkgname=gnome-shell-extension-installer
-pkgver=1.4.3
+pkgver=1.5
pkgrel=1
pkgdesc="A bash script to search and install GNOME Shell extensions"
arch=(any)
@@ -10,7 +10,7 @@ url=https://github.com/brunelli/gnome-shell-extension-installer
depends=("bash" "curl" "dbus" "glib2" "gnome-shell")
optdepends=("less: to display comments and long descriptions more elegantly")
source=("$pkgname"::"$url/releases/download/v$pkgver/gnome-shell-extension-installer")
-sha256sums=(6de579a822e923c87626d63daf1e486319d8df71a494288a32934c04decd89b2)
+sha256sums=(da6b5577b9bfb48573827c1785933772f93da75820162273cabcb9fac1f9d795)
package() {
mkdir -p "$pkgdir/usr/bin"