summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Nikiforov2021-06-15 16:19:57 +0300
committerKonstantin Nikiforov2021-06-15 16:19:57 +0300
commit401f98795e03b0188acb669462848ad2b53e9583 (patch)
tree8105a9a87b4caf61c8ec6d3e0fbfeb08ee20075b
parenta053429b08bf7657e8fe7ad602abbac2510ade8b (diff)
downloadaur-401f98795e03b0188acb669462848ad2b53e9583.tar.gz
.gitignore: single-wildcard replaced with strict ignorance paths.
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 72e8ffc0db8a..1970400da1b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
-*
+pkg/
+src/
+*.pkg.tar.*
+docker-registry2-git/
diff --git a/PKGBUILD b/PKGBUILD
index 3efaef53b254..d6e95e790b4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
## TODO Looks like, AUR bug - need to rename to docker-registry-git: name busy, hidden+abandoned pkgbuild.
pkgname=docker-registry2-git
__gitroot=github.com/distribution/distribution
-pkgver=r2916.a01c71e2
-pkgrel=2
+pkgver=r2956.af8ac809
+pkgrel=1
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}"