summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornfnty2015-06-13 09:27:52 +0200
committernfnty2015-06-13 09:27:52 +0200
commit8677b7da19c99211db76072580fe658bac1f9858 (patch)
treec7ae04cefbc2fa0cc1df928d3922ae711b4a00ce
parent1ba3111e3ec75903bb4b99657886d4e1a1c6591b (diff)
downloadaur-8677b7da19c99211db76072580fe658bac1f9858.tar.gz
Remove tag
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7cdebd19894..f2c2114aca3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = python-docker-py-git
depends = python-requests
provides = python-docker-py
conflicts = python-docker-py
- source = python-docker-py::git+https://github.com/docker/docker-py.git#tag=1.2.1
+ source = docker-py::git+https://github.com/docker/docker-py.git
sha512sums = SKIP
pkgname = python-docker-py-git
diff --git a/PKGBUILD b/PKGBUILD
index 7d4ff25c038e..dc1428e1936c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=('python-docker-py-git')
-srcname='python-docker-py'
+srcname='docker-py'
pkgver='r1'
pkgrel='1'
pkgdesc='An API client for docker written in Python'
@@ -12,7 +12,7 @@ makedepends=('git' 'python-setuptools')
provides=('python-docker-py')
conflicts=('python-docker-py')
-source=("${srcname}::git+https://github.com/docker/docker-py.git#tag=1.2.1")
+source=("${srcname}::git+https://github.com/docker/docker-py.git")
sha512sums=('SKIP')
pkgver() {