mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/go to 1.22.0-1
This commit is contained in:
parent
eda01d33d5
commit
cc49b7d559
3 changed files with 21 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = go
|
pkgbase = go
|
||||||
pkgdesc = Core compiler tools for the Go programming language
|
pkgdesc = Core compiler tools for the Go programming language
|
||||||
pkgver = 1.21.7
|
pkgver = 1.22.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
epoch = 2
|
epoch = 2
|
||||||
url = https://golang.org/
|
url = https://golang.org/
|
||||||
|
@ -12,10 +12,10 @@ pkgbase = go
|
||||||
replaces = go-pie
|
replaces = go-pie
|
||||||
options = !strip
|
options = !strip
|
||||||
options = staticlibs
|
options = staticlibs
|
||||||
source = https://go.dev/dl/go1.21.7.src.tar.gz
|
source = https://go.dev/dl/go1.22.0.src.tar.gz
|
||||||
source = https://go.dev/dl/go1.21.7.src.tar.gz.asc
|
source = https://go.dev/dl/go1.22.0.src.tar.gz.asc
|
||||||
validpgpkeys = EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796
|
validpgpkeys = EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796
|
||||||
sha256sums = 00197ab20f33813832bff62fd93cca1c42a08cc689a32a6672ca49591959bff6
|
sha256sums = 4d196c3d41a0d6c1dfc64d04e3cc1f608b0c436bd87b7060ce3e23234e1f4d5c
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = go
|
pkgname = go
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
pkgname=go
|
pkgname=go
|
||||||
epoch=2
|
epoch=2
|
||||||
pkgver=1.21.7
|
pkgver=1.22.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Core compiler tools for the Go programming language'
|
pkgdesc='Core compiler tools for the Go programming language'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -29,7 +29,7 @@ provides=(go-pie)
|
||||||
options=(!strip staticlibs)
|
options=(!strip staticlibs)
|
||||||
source=(https://go.dev/dl/go${pkgver}.src.tar.gz{,.asc})
|
source=(https://go.dev/dl/go${pkgver}.src.tar.gz{,.asc})
|
||||||
validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
|
validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
|
||||||
sha256sums=('00197ab20f33813832bff62fd93cca1c42a08cc689a32a6672ca49591959bff6'
|
sha256sums=('4d196c3d41a0d6c1dfc64d04e3cc1f608b0c436bd87b7060ce3e23234e1f4d5c'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
case "$CARCH" in
|
case "$CARCH" in
|
||||||
|
|
15
extra/python-debugpy/.SRCINFO
Normal file
15
extra/python-debugpy/.SRCINFO
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
pkgbase = python-debugpy
|
||||||
|
pkgdesc = An implementation of the Debug Adapter Protocol for Python
|
||||||
|
pkgver = 1.8.1
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://aka.ms/debugpy
|
||||||
|
arch = x86_64
|
||||||
|
license = MIT
|
||||||
|
makedepends = python-setuptools
|
||||||
|
depends = gcc-libs
|
||||||
|
depends = glibc
|
||||||
|
depends = python
|
||||||
|
source = https://github.com/microsoft/debugpy/archive/v1.8.1/python-debugpy-1.8.1.tar.gz
|
||||||
|
sha256sums = ef3b939b63cf2898f36e1f43cd3d9ec5dc9b3305c024836f8201a932fe16fd4e
|
||||||
|
|
||||||
|
pkgname = python-debugpy
|
Loading…
Reference in a new issue