summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pompili2017-09-20 13:12:41 +0200
committerMarco Pompili2017-09-20 13:12:41 +0200
commit9f23f9f484510a6b065591a7a78fb914d4eb4fe4 (patch)
tree8ac29dc00e2a01485faaff82774fe83b5b131d00
parent95e34a788d8d201ecbdad352efb985dc4df3fd14 (diff)
downloadaur-9f23f9f484510a6b065591a7a78fb914d4eb4fe4.tar.gz
Update to 3.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c57f633b351c..3d7e269e21d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Tue Aug 22 15:35:13 UTC 2017
+# Wed Sep 20 10:38:21 UTC 2017
pkgbase = firefox-extension-greasemonkey
pkgdesc = Customize the way a web page displays or behaves, by using small bits of JavaScript.
- pkgver = 3.11
+ pkgver = 3.12
pkgrel = 1
url = http://www.greasespot.net/
arch = any
license = MPL
depends = firefox>=38.0
- source = https://addons.mozilla.org/firefox/downloads/file/402242/greasemonkey-3.11.xpi
+ source = https://addons.mozilla.org/firefox/downloads/file/402242/greasemonkey-3.12.xpi
sha1sums = d1a43b10e9ffadaf95d0558bb57dd467758e6de2
pkgname = firefox-extension-greasemonkey
diff --git a/PKGBUILD b/PKGBUILD
index f9f6fe7c6f76..13a290a66f3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Marcs <aur (at) emarcs.org>
+# Maintainer: Marcs <aur (at) emarcs [.] org>
# Contributor: OmeGa <omega [U+0040] mailoo [.] org>
# Contributor: Vinycius Maia <suportevg@uol.com.br>
pkgname=firefox-extension-greasemonkey
_file=402242
-pkgver=3.11
+pkgver=3.12
pkgrel=1
pkgdesc="Customize the way a web page displays or behaves, by using small bits of JavaScript."
arch=('any')
@@ -15,7 +15,7 @@ source=("https://addons.mozilla.org/firefox/downloads/file/$_file/greasemonkey-$
sha1sums=('d1a43b10e9ffadaf95d0558bb57dd467758e6de2')
package() {
- cd $srcdir
+ cd ${srcdir}
local _emid=$(sed -n '/.*<em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf) || return 1
test ! -z "${_emid}"
local _file=(*.xpi)