summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorardevd2017-06-06 01:01:04 +0300
committerardevd2017-06-06 01:01:04 +0300
commit6213c3157dc69c99ddb66416bb98d311e5b09a32 (patch)
tree3662e77539a3b1d362b6a9b36702e028b24a504c
parent1b1dc08a16a8a1c51cbd2f0f40fe5c9ae5520f3b (diff)
downloadaur-6213c3157dc69c99ddb66416bb98d311e5b09a32.tar.gz
Updated Github URLs
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f71e084e538..f1994b214c56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,15 @@
-# Maintainer: Edvard Holst <edvard.holst at gmail>
-
pkgname=python2-pyand-git
pkgver=r54.f90701b
pkgrel=1
pkgdesc="A Python wrapper library for ADB and Fastboot"
arch=('any')
-url="https://github.com/Zyg0te/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/Zyg0te/pyand.git')
+source=($pkgname::git+'https://github.com/ardevd/pyand.git')
# Because the sources are not static, skip Git checksum:
md5sums=('SKIP')
pkgver() {