From 043d42491dc3448a86167fa8823fc4e885275b46 Mon Sep 17 00:00:00 2001 From: ardevd Date: Thu, 1 Jun 2017 01:43:46 +0300 Subject: [PATCH] Updated github URLs --- PKGBUILD | 4 ++-- README.rst | 2 +- pyand/ADB.py | 4 ---- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index f668d9a..8dcf657 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,13 +3,13 @@ pkgver=0.9.1 pkgrel=5 pkgdesc="A Python wrapper library for ADB and Fastboot" arch=('any') -url="https://github.com/archpoint/pyand" +url="https://github.com/ardevd/pyand" license=('MIT') depends=('python2') makedepends=('git' 'python2-setuptools') # The git repo is detected by the 'git:' or 'git+' beginning. The branch # '$pkgname' is then checked out upon cloning, expediating versioning: -source=($pkgname::git+'https://github.com/archpoint/pyand.git') +source=($pkgname::git+'https://github.com/ardevd/pyand.git') # Because the sources are not static, skip Git checksum: md5sums=('SKIP') pkgver() { diff --git a/README.rst b/README.rst index f9f36e4..13c3b12 100644 --- a/README.rst +++ b/README.rst @@ -50,7 +50,7 @@ If you have easy_install for Python-2.7 installed, you can use it to install pya .. code-block:: - $ git clone https://github.com/archpoint/pyand + $ git clone https://github.com/ardevd/pyand $ sudo easy_install-2.7 pyand diff --git a/pyand/ADB.py b/pyand/ADB.py index 3ceeadb..ee8bfa5 100644 --- a/pyand/ADB.py +++ b/pyand/ADB.py @@ -1,10 +1,6 @@ #!/usr/bin/env python2 # -*- coding: utf-8 -*- -#### -# Project Site: http://github.com/archpoint/pyand -### - try: import sys import subprocess