[arch-commits] Commit in python-slip/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Jun 24 07:32:28 UTC 2015


    Date: Wednesday, June 24, 2015 @ 09:32:28
  Author: alucryd
Revision: 135813

upgpkg: python-slip 0.6.1-1

Modified:
  python-slip/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-24 07:26:51 UTC (rev 135812)
+++ PKGBUILD	2015-06-24 07:32:28 UTC (rev 135813)
@@ -1,26 +1,27 @@
 # $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=python-slip
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
 pkgdesc='Simple Library for Python'
 arch=('any')
 url='http://fedorahosted.org/python-slip'
 license=('GPL2')
-depends=('polkit' 'python-dbus' 'python-decorator' 'python-gobject' 'python-six')
+depends=('polkit' 'python-dbus' 'python-decorator' 'python-gobject'
+         'python-six')
 makedepends=('python-setuptools')
-source=("http://fedorahosted.org/released/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('f47361ec52b608309b83c71905e692b6b363eaf3b8a7afdeff866cd94463ad5c')
+source=("http://fedorahosted.org/released/python-slip/python-slip-${pkgver}.tar.bz2")
+sha256sums=('bc897f1ab6f5b4989f85548799aaeb84fde67bbba18e40341bfe1d7885c2fd9a')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd python-slip-${pkgver}
 
- make
+  make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd python-slip-${pkgver}
 
   python setup.py install --root="${pkgdir}" --optimize='1'
 }



More information about the arch-commits mailing list