summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-11-20 11:24:31 +0100
committerMichel Zou2016-11-20 11:24:31 +0100
commitadfc5d9a546424dbee2c4d787196dc4c6cb72bc4 (patch)
tree17c9de7331fb62f2456d4731d2ab70476789ba52
parent3ef8beb9e4a97470c93eb2643c5fb31b7be8a001 (diff)
downloadaur-adfc5d9a546424dbee2c4d787196dc4c6cb72bc4.tar.gz
fix url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 954f2c9d9ee1..ac19929439d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Nov 20 10:23:49 UTC 2016
+# Sun Nov 20 10:24:31 UTC 2016
pkgbase = python-pygmail-git
pkgdesc = A Pythonic interface for Google Mail
pkgver = r73.4626823
pkgrel = 1
- url = http://trac.mystic.cacr.caltech.edu/project/pygmail/wiki.html
+ url = https://github.com/charlierguo/gmail
arch = any
license = MIT
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 39ed05e78603..e5becd75d901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=('python-pygmail-git' 'python2-pygmail-git')
pkgver=r73.4626823
pkgrel=1
pkgdesc="A Pythonic interface for Google Mail"
-url="http://trac.mystic.cacr.caltech.edu/project/pygmail/wiki.html"
+url="https://github.com/charlierguo/gmail"
arch=(any)
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')