summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c30fa821f491..be0551b826a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
# Generated by mksrcinfo v8
-# Tue Mar 22 18:23:57 UTC 2016
-pkgbase = pyhton2-launchpadlib
+# Tue Mar 22 18:30:07 UTC 2016
+pkgbase = python2-launchpadlib
pkgdesc = A free Python library for scripting Launchpad through its web services interface.
pkgver = 1.10.3
pkgrel = 1
@@ -14,10 +14,10 @@ pkgbase = pyhton2-launchpadlib
depends = python2-lazr-uri
depends = python2-lazr-restfulclient
depends = python2-keyring
- provides = pyhton2-launchpadlib
+ provides = python2-launchpadlib
conflicts = launchpadlib
source = http://launchpad.net/launchpadlib/trunk/1.10.3/+download/launchpadlib-1.10.3.tar.gz
sha256sums = 741ca0080dfa8b307db2d89c6050c41d975d96160419b3292b19443ce656ef6b
-pkgname = pyhton2-launchpadlib
+pkgname = python2-launchpadlib
diff --git a/PKGBUILD b/PKGBUILD
index 657057a3f739..e6dee599fe65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Alexandre Courbot <gnurou@gmail.com>
_pkgname="launchpadlib"
-pkgname="pyhton2-${_pkgname}"
+pkgname="python2-${_pkgname}"
pkgver="1.10.3"
pkgrel="1"
pkgdesc="A free Python library for scripting Launchpad through its web services interface."