Date: Tuesday, March 5, 2013 @ 17:54:39
  Author: giovanni
Revision: 85717

archrelease: copy trunk to community-any

Added:
  python2-pycountry/repos/community-any/PKGBUILD
    (from rev 85716, python2-pycountry/trunk/PKGBUILD)
Deleted:
  python2-pycountry/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2013-03-05 16:54:31 UTC (rev 85716)
+++ PKGBUILD    2013-03-05 16:54:39 UTC (rev 85717)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <[email protected]>
-# Contributor:  Pawel "kTT" Salata <[email protected]>
-
-pkgname=python2-pycountry
-pkgver=0.14.7
-pkgrel=1
-pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
-arch=('any')
-url="http://pypi.python.org/pypi/pycountry";
-license=('LGPL')
-depends=('python2-lxml' 'python2-distribute')
-source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-$pkgver.zip";)
-md5sums=('4ec2e54b05a93b86c1aeb1a28da318cf')
-
-package() {
-  cd "${srcdir}/pycountry-${pkgver}"
-
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python2-pycountry/repos/community-any/PKGBUILD (from rev 85716, 
python2-pycountry/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2013-03-05 16:54:39 UTC (rev 85717)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Giovanni Scafora <[email protected]>
+# Contributor:  Pawel "kTT" Salata <[email protected]>
+
+pkgname=python2-pycountry
+pkgver=0.14.8
+pkgrel=1
+pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
+arch=('any')
+url="http://pypi.python.org/pypi/pycountry";
+license=('LGPL')
+depends=('python2-lxml' 'python2-distribute')
+source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-$pkgver.zip";)
+md5sums=('2c775e379ba5ca2363f4f595ac9304ba')
+
+package() {
+  cd "${srcdir}/pycountry-${pkgver}"
+
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}

Reply via email to