summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayceCao2023-01-03 23:10:38 +0800
committerJayceCao2023-01-03 23:10:38 +0800
commitdd43780cde65f13a35b833f11d97a255890d8484 (patch)
tree98bb3ae1643a4641ce4207ffdc37689fd0aa5764
parent84adf934e614462196a8dc1b374ffa70842777dc (diff)
downloadaur-dd43780cde65f13a35b833f11d97a255890d8484.tar.gz
Update upstream URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9e218a078e1..0c322f2bbbf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,12 @@ pkgbase = oras
pkgdesc = A command line tool that allows you to push and pull files from any OCI registry
pkgver = 0.16.0
pkgrel = 1
- url = https://github.com/deislabs/oras
+ url = https://github.com/oras-project/oras
arch = x86_64
license = MIT
makedepends = go
makedepends = git
- source = git+https://github.com/oras-project/oras#commit=v0.16.0
+ source = oras::git+https://github.com/oras-project/oras#commit=v0.16.0
sha512sums = SKIP
pkgname = oras
diff --git a/PKGBUILD b/PKGBUILD
index 5c78c24665e8..38f6b1300882 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=0.16.0
pkgrel=1
pkgdesc='A command line tool that allows you to push and pull files from any OCI registry'
arch=(x86_64)
-url='https://github.com/deislabs/oras'
+url='https://github.com/oras-project/oras'
license=(MIT)
makedepends=('go' 'git')
source=("$pkgname::git+https://github.com/oras-project/oras#commit=v$pkgver")