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

Daniel Wallace dwallace at nymeria.archlinux.org
Wed Sep 25 23:41:48 UTC 2013


    Date: Thursday, September 26, 2013 @ 01:41:48
  Author: dwallace
Revision: 97623

upgpkg: udiskie 0.5.0-1

upgpkg: udiskie 0.5.0-1

Modified:
  udiskie/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-25 22:17:33 UTC (rev 97622)
+++ PKGBUILD	2013-09-25 23:41:48 UTC (rev 97623)
@@ -2,26 +2,27 @@
 # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
 # Contributor: Byron Clark <byron at theclarkfamily.name>
 pkgname=udiskie
-pkgver=0.4.1
-pkgrel=4
+pkgver=0.5.0
+pkgrel=1
 pkgdesc="Removable disk automounter using udisks"
 arch=('any')
-url="http://www.bitbucket.org/byronclark/udiskie"
+url="https://pypi.python.org/pypi/udiskie"
 license=('MIT')
 depends=('udisks' 'python2-dbus' 'python2-gobject2' 'python2-notify')
-makedepends=('asciidoc')
+makedepends=('asciidoc' 'python2-setuptools')
 options=(!emptydirs)
 replaces=('python2-udiskie')
-source=("http://bitbucket.org/byronclark/$pkgname/downloads/$pkgname-$pkgver.tar.gz")
-md5sums=('62e5d5faafa9dbf11423d3c77a87b9a0')
+source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver-1.tar.gz")
+md5sums=('dc20e7d5332383f3865e26dfd7905af8')
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname-$pkgver-1"
+
   python2 setup.py install --root="$pkgdir" --optimize=1
 
   make -C doc
   install -m 0644 -D "doc/${pkgname}.8" "$pkgdir/usr/share/man/man8/${pkgname}.8"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
 }
 




More information about the arch-commits mailing list