Update upstream URL

This commit is contained in:
JayceCao 2023-01-03 23:10:38 +08:00
parent 84adf934e6
commit dd43780cde
2 changed files with 3 additions and 3 deletions

View file

@ -2,12 +2,12 @@ pkgbase = oras
pkgdesc = A command line tool that allows you to push and pull files from any OCI registry pkgdesc = A command line tool that allows you to push and pull files from any OCI registry
pkgver = 0.16.0 pkgver = 0.16.0
pkgrel = 1 pkgrel = 1
url = https://github.com/deislabs/oras url = https://github.com/oras-project/oras
arch = x86_64 arch = x86_64
license = MIT license = MIT
makedepends = go makedepends = go
makedepends = git 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 sha512sums = SKIP
pkgname = oras pkgname = oras

View file

@ -4,7 +4,7 @@ pkgver=0.16.0
pkgrel=1 pkgrel=1
pkgdesc='A command line tool that allows you to push and pull files from any OCI registry' pkgdesc='A command line tool that allows you to push and pull files from any OCI registry'
arch=(x86_64) arch=(x86_64)
url='https://github.com/deislabs/oras' url='https://github.com/oras-project/oras'
license=(MIT) license=(MIT)
makedepends=('go' 'git') makedepends=('go' 'git')
source=("$pkgname::git+https://github.com/oras-project/oras#commit=v$pkgver") source=("$pkgname::git+https://github.com/oras-project/oras#commit=v$pkgver")