Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
goplus
Commits:
b45379d8 by Christian Heusel at 2026-02-02T17:45:48+01:00
upgpkg: 1.6.2-2: Rebuild packages signed by
8E1992167465DB5FB045557CB02854ED753E0F1F
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = goplus
pkgdesc = A programming language derived from Go and designed for
engineering, STEM education, and data science
- pkgver = 1.3.8
- pkgrel = 1
+ pkgver = 1.6.2
+ pkgrel = 2
url = https://goplus.org/
arch = x86_64
license = Apache-2.0
makedepends = go
depends = glibc
- source = https://github.com/goplus/gop/archive/refs/tags/v1.3.8.tar.gz
- sha256sums =
f81dea9c29f4781b6165e0b4820b15ebbb7e39939f9aa6c49cddac30dca4b2c8
+ source = https://github.com/goplus/gop/archive/refs/tags/v1.6.2.tar.gz
+ sha256sums =
1fa550a9bea9abfe78d4726c9bc173bc7a2e83a2a77fad450294325331801543
pkgname = goplus
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Anatol Pomozov <anatol dot pomozov at gmail>
pkgname=goplus
-pkgver=1.3.8
-pkgrel=1
+pkgver=1.6.2
+pkgrel=2
pkgdesc='A programming language derived from Go and designed for engineering,
STEM education, and data science'
arch=(x86_64)
url='https://goplus.org/'
@@ -10,11 +10,12 @@ license=(Apache-2.0)
depends=(glibc)
makedepends=(go)
source=(https://github.com/goplus/gop/archive/refs/tags/v$pkgver.tar.gz)
-sha256sums=('f81dea9c29f4781b6165e0b4820b15ebbb7e39939f9aa6c49cddac30dca4b2c8')
+sha256sums=('1fa550a9bea9abfe78d4726c9bc173bc7a2e83a2a77fad450294325331801543')
package() {
export GOPROOT_FINAL=$pkgdir/usr/lib/goplus
- cd gop-$pkgver
+ cd xgo-$pkgver
+ echo "$pkgver-$pkgrel" > VERSION
go run cmd/make.go --install
mkdir -p $pkgdir/usr/{bin,lib/goplus}
cp -r * $pkgdir/usr/lib/goplus
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/goplus/-/commit/b45379d8fdabbadd1c520321c065b2a785b83da9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/goplus/-/commit/b45379d8fdabbadd1c520321c065b2a785b83da9
You're receiving this email because of your account on gitlab.archlinux.org.