summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2019-05-14 22:52:23 -0400
committerGI_Jack2019-05-14 22:52:23 -0400
commit46a115b5280f4c50771392d26d0306f855b25de9 (patch)
tree7751bf289688055d471310bf47e21b9e9b286dbe
parentd797fbf3beee6a5efd74cf7c11a231a38bdc7c56 (diff)
downloadaur-46a115b5280f4c50771392d26d0306f855b25de9.tar.gz
hot off the press, version 4.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e076f83aca7..665d03196fc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Fri Dec 7 00:15:54 UTC 2018
pkgbase = firefox-extension-greasemonkey
pkgdesc = Customize the way a web page displays or behaves, by using small bits of JavaScript.
- pkgver = 4.7
+ pkgver = 4.8
pkgrel = 1
url = http://www.greasespot.net/
arch = any
license = MPL
makedepends = jq
depends = firefox>=52.0
- source = https://addons.mozilla.org/firefox/downloads/file/965808/greasemonkey-4.7-an+fx-linux.xpi
- sha256sums = 10c5e35e15e3737fb83d62bd7e2b85e64fa36d34eaf1607855a9261f61447917
+ source = https://addons.mozilla.org/firefox/downloads/file/2334146/greasemonkey-4.8-an+fx.xpi
+ sha256sums = 243dd35537975ae4566710f3bac165dcf413642dbc735e9f92501fca30ff824e
pkgname = firefox-extension-greasemonkey
diff --git a/PKGBUILD b/PKGBUILD
index 3ce3f3abc08d..74938db86c73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: GI_Jack <GI_Jack@hackermail.com>
pkgname=firefox-extension-greasemonkey
-_file=965808
-pkgver=4.7
+_file=2334146
+pkgver=4.8
pkgrel=1
pkgdesc="Customize the way a web page displays or behaves, by using small bits of JavaScript."
arch=('any')
@@ -13,8 +13,8 @@ url="http://www.greasespot.net/"
license=('MPL')
makedepends=('jq')
depends=('firefox>=52.0')
-source=("https://addons.mozilla.org/firefox/downloads/file/$_file/greasemonkey-$pkgver-an+fx-linux.xpi")
-sha256sums=('10c5e35e15e3737fb83d62bd7e2b85e64fa36d34eaf1607855a9261f61447917')
+source=("https://addons.mozilla.org/firefox/downloads/file/$_file/greasemonkey-${pkgver}-an+fx.xpi")
+sha256sums=('243dd35537975ae4566710f3bac165dcf413642dbc735e9f92501fca30ff824e')
package() {
cd ${srcdir}