mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
0.0.1772540962_ga08c1b -> 0.0.1772554299_gc34377
This commit is contained in:
parent
10fb52a437
commit
9f7e92a470
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ampcode
|
||||
pkgdesc = Amp CLI (Sourcegraph's agentic coding tool) packaged from npm releases
|
||||
pkgver = 0.0.1772540962_ga08c1b
|
||||
pkgver = 0.0.1772554299_gc34377
|
||||
pkgrel = 1
|
||||
url = https://ampcode.com
|
||||
arch = any
|
||||
|
|
@ -13,7 +13,7 @@ pkgbase = ampcode
|
|||
conflicts = ampcode-bin
|
||||
replaces = sourcegraph-amp
|
||||
options = !debug
|
||||
source = ampcode-0.0.1772540962_ga08c1b.tgz::https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1772540962-ga08c1b.tgz
|
||||
sha256sums = da64d2a0cf06dfcc8667e593ae8d0272a77ffa6c500960d1eed153259e0bf05d
|
||||
source = ampcode-0.0.1772554299_gc34377.tgz::https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1772554299-gc34377.tgz
|
||||
sha256sums = beb75999f3f2efee98aacdb39228f848fc18da0c6addb674d5742a905c042ab6
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Yakov Till <yakov.till@gmail.com>
|
||||
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1772540962_ga08c1b
|
||||
pkgver=0.0.1772554299_gc34377
|
||||
pkgrel=1
|
||||
pkgdesc="Amp CLI (Sourcegraph's agentic coding tool) packaged from npm releases"
|
||||
arch=('any')
|
||||
|
|
@ -14,7 +14,7 @@ provides=('amp')
|
|||
conflicts=('amp' 'ampcode-bin')
|
||||
replaces=('sourcegraph-amp')
|
||||
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@sourcegraph/amp/-/amp-${pkgver//_/-}.tgz")
|
||||
sha256sums=('da64d2a0cf06dfcc8667e593ae8d0272a77ffa6c500960d1eed153259e0bf05d')
|
||||
sha256sums=('beb75999f3f2efee98aacdb39228f848fc18da0c6addb674d5742a905c042ab6')
|
||||
|
||||
latestver() {
|
||||
if [[ ${0##*/} == makepkg ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue