summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2017-05-13 00:10:39 +0200
committerXZS2017-05-13 00:10:39 +0200
commitba552ea4120288edf25c16ce672a622693ceaf51 (patch)
treecb31648b5513572085f89ed5a1da6e92f4381ed0
parenta62784fddf6ed1c83849c407901fcdd1dc999849 (diff)
downloadaur-ba552ea4120288edf25c16ce672a622693ceaf51.tar.gz
propagate upstream update
Apart from a small fix, compatibility to pale moon was added. Version 1.10.1pre1 (or 1.10.1-dev1, in the original naming scheme) was skipped as it brought no functional change.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f405b4e7ced..32028b9851ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mozilla-extension-gnotifier-git
pkgdesc = Add-on for Firefox and Thunderbird to enable integration with GNOME native notification system.
- pkgver = 1.10.0
- pkgrel = 2
+ pkgver = 1.10.2pre
+ pkgrel = 1
url = https://github.com/mkiol/GNotifier
arch = any
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = mozilla-extension-gnotifier-git
makedepends = git
makedepends = rasqal
depends = libnotify
- provides = mozilla-extension-gnotifier=1.10.0
+ provides = mozilla-extension-gnotifier=1.10.2pre
conflicts = mozilla-extension-gnotifier
source = mozilla-extension-gnotifier::git+https://github.com/mkiol/GNotifier
md5sums = SKIP
@@ -19,13 +19,13 @@ pkgbase = mozilla-extension-gnotifier-git
pkgname = mozilla-extension-gnotifier-git
pkgname = firefox-extension-gnotifier-git
- depends = mozilla-extension-gnotifier-git=1.10.0
+ depends = mozilla-extension-gnotifier-git=1.10.2pre
depends = firefox
provides = firefox-extension-gnotifier
conflicts = firefox-extension-gnotifier
pkgname = thunderbird-extension-gnotifier-git
- depends = mozilla-extension-gnotifier-git=1.10.0
+ depends = mozilla-extension-gnotifier-git=1.10.2pre
depends = thunderbird
provides = thunderbird-extension-gnotifier
conflicts = thunderbird-extension-gnotifier
diff --git a/PKGBUILD b/PKGBUILD
index 9365c0164b69..d417ad739176 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# You may find it convenient to file issues and pull requests there.
pkgname=mozilla-extension-gnotifier-git
-pkgver=1.10.0
-pkgrel=2
+pkgver=1.10.2pre
+pkgrel=1
pkgdesc='Add-on for Firefox and Thunderbird to enable integration with GNOME native notification system.'
url='https://github.com/mkiol/GNotifier'
arch=('any')