summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Lemay2019-01-23 16:17:43 -0500
committerMathieu Lemay2019-01-23 16:17:43 -0500
commitcdc147a693560490d81e5b807783d763ebb776bb (patch)
tree18ea635434564dc5644b666df24c921b94624d53
parentc90544b79e392646973834f8cf361d81a4506dcd (diff)
downloadaur-cdc147a693560490d81e5b807783d763ebb776bb.tar.gz
Switch to zsugabubus's fork
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a7a1ccc92c2..6a23eddc70ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = evolution-on-git
pkgdesc = Plugin to put evolution in system tray.
pkgver = v3.24.2.r0.g4794055
pkgrel = 1
- url = https://github.com/acidrain42/evolution-on
+ url = https://github.com/zsugabubus/evolution-on
install = evolution-on-git.install
arch = i686
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = evolution-on-git
conflicts = evolution-tray-arch
replaces = evolution-tray
replaces = evolution-tray-arch
- source = evolution-on::git+https://github.com/acidrain42/evolution-on.git
+ source = evolution-on::git+https://github.com/zsugabubus/evolution-on.git
md5sums = SKIP
pkgname = evolution-on-git
diff --git a/PKGBUILD b/PKGBUILD
index 4420cee3ba4c..52b7a4a87a4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: James An <james@jamesan.ca>
+# Maintainer: Mathieu Lemay <acidrain1@gmail.com>
+# Contributor: James An <james@jamesan.ca>
# Contributor: katanasov <pranayama111@gmail.com>
_pkgname=evolution-on
@@ -7,7 +8,7 @@ pkgver=v3.24.2.r0.g4794055
pkgrel=1
pkgdesc='Plugin to put evolution in system tray.'
arch=('i686' 'x86_64')
-url="https://github.com/acidrain42/$_pkgname"
+url="https://github.com/zsugabubus/$_pkgname"
license=('GPL')
depends=('evolution>=2.30' 'gconf' 'libnotify')
makedepends=('git' 'autoconf>=2.53' 'automake>=1.8''libtool>=1.4.3' 'glib2>=2.2.0' 'pkgconf>=1.5.1' 'intltool>=0.25' 'gnome-common>=2.3.0')
@@ -15,7 +16,7 @@ provides=("$_pkgname")
conflicts=("$_pkgname" 'evolution-tray' 'evolution-tray-arch')
replaces=('evolution-tray' 'evolution-tray-arch')
install="$pkgname.install"
-source=("$_pkgname"::"git+https://github.com/acidrain42/$_pkgname.git")
+source=("$_pkgname"::"git+https://github.com/zsugabubus/$_pkgname.git")
md5sums=('SKIP')
pkgver() {