summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-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() {