summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62ac10136bf9..ac341111ca05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-pynzb
pkgdesc = A unified API for parsing NZB files
pkgver = 0.1.0
pkgrel = 1
- url = http://pypi.python.org/pypi/pynzb/
+ url = https://pypi.python.org/pypi/pynzb/
arch = any
license = BSD
makedepends = python-distribute
diff --git a/PKGBUILD b/PKGBUILD
index c23653ae6ca5..ca2ea93ae042 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Cedric Girard <girard.cedric@gmail.com>
+# Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
# Contributor: vorpalblade77@gmail.com
# Contributor: Daniel Neve <the.mephit@googlemail.com>
# Contributor: Eduardo Parra Mazuecos <eduparra90@gmail.com>
@@ -8,7 +8,7 @@ pkgver=0.1.0
pkgrel=1
pkgdesc="A unified API for parsing NZB files"
arch=('any')
-url="http://pypi.python.org/pypi/pynzb/"
+url="https://pypi.python.org/pypi/pynzb/"
license=('BSD')
depends=('python' 'expat')
makedepends=('python-distribute')