Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Updated github URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
ardevd committed May 31, 2017
1 parent 05db019 commit 043d424
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions pyand/ADB.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-

####
# Project Site: http://github.com/archpoint/pyand
###

try:
import sys
import subprocess
Expand Down

0 comments on commit 043d424

Please sign in to comment.