summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Nikiforov2021-03-04 12:18:46 +0300
committerKonstantin Nikiforov2021-03-04 12:18:46 +0300
commitd0368cc60c35dddd9e91b62212faae26bb0e07ad (patch)
treecfc74524f5d7adedda3b76891abc571185ad3161
parent46af1ed396ea7e105d4c1bac138488c226effbcd (diff)
downloadaur-d0368cc60c35dddd9e91b62212faae26bb0e07ad.tar.gz
Moved upstream from docker/distribution to distribution/distribution
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ff6f0748f3d..786890616dba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = docker-registry2-git
- pkgdesc = Docker Registry 2.0 implementation to pack, ship, store, and deliver docker images (git version).
- pkgver = r2912.a52b8d80
+ pkgdesc = Docker Registry 2.0 (aka docker-distibution) implementation to pack, ship, store, and deliver docker images (git version).
+ pkgver = r2914.89337b7a
pkgrel = 1
- url = https://github.com/docker/distribution
+ url = https://github.com/distribution/distribution
install = docker-registry-git.install
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = docker-registry2-git
provides = docker-registry
conflicts = docker-registry
backup = etc/docker-registry/config.yml
- source = docker-registry2-git::git+https://github.com/docker/distribution
+ source = docker-registry2-git::git+https://github.com/distribution/distribution
source = docker-registry.conf
source = docker-registry.service
source = docker-registry.sysusers
diff --git a/PKGBUILD b/PKGBUILD
index 5ff6047f9556..8ce10e3e6b37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
## TODO Looks like, AUR bug - need to rename to docker-registry-git: name busy, hidden+abandoned pkgbuild.
pkgname=docker-registry2-git
-__gitroot=github.com/docker/distribution
-pkgver=r2912.a52b8d80
+__gitroot=github.com/distribution/distribution
+pkgver=r2914.89337b7a
pkgrel=1
-pkgdesc="Docker Registry 2.0 implementation to pack, ship, store, and deliver docker images (git version)."
+pkgdesc="Docker Registry 2.0 (aka docker-distibution) implementation to pack, ship, store, and deliver docker images (git version)."
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h' 'arm')
url="https://${__gitroot}"
license=('apache')
@@ -26,7 +26,7 @@ sha256sums=('SKIP'
)
build() {
- GOPATH="$srcdir" go get -v -x ${_gourl}
+ GOPATH="$srcdir" go get -v ${_gourl}
}
package() {