Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
asciinema
Commits:
090aa25f by Caleb Maclennan at 2026-01-14T14:04:04+03:00
upgpkg: 3.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = asciinema
pkgdesc = Record and share terminal sessions
- pkgver = 3.0.1
+ pkgver = 3.1.0
pkgrel = 1
url = https://asciinema.org
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = asciinema
depends = glibc
depends = gcc-libs
options = !lto
- source = git+https://github.com/asciinema/asciinema#tag=v3.0.1
- b2sums =
79c0dab84e53229b2c2d10a10f4f7c83fc19817945bde1336848f99d43fbcb113646d35d6e8340e8767d6bc73f61b69f0271bd41510488162cd549871b7c1a55
+ source = git+https://github.com/asciinema/asciinema#tag=v3.1.0
+ b2sums =
db4230b4f53120b2ce202fc10cde40170b3bdb52025ef3d99a69b1c695ca57ced84a619f3aa9935c4fa11b9bb57216f9734f101ac5cf9c963f82214e3666fe55
pkgname = asciinema
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Marcin Kulik <[email protected]>
pkgname=asciinema
-pkgver=3.0.1
+pkgver=3.1.0
pkgrel=1
pkgdesc='Record and share terminal sessions'
arch=(x86_64)
@@ -13,7 +13,7 @@ makedepends=(cargo git)
depends=(glibc gcc-libs)
options=(!lto)
source=("git+https://github.com/$pkgname/$pkgname#tag=v$pkgver")
-b2sums=('79c0dab84e53229b2c2d10a10f4f7c83fc19817945bde1336848f99d43fbcb113646d35d6e8340e8767d6bc73f61b69f0271bd41510488162cd549871b7c1a55')
+b2sums=('db4230b4f53120b2ce202fc10cde40170b3bdb52025ef3d99a69b1c695ca57ced84a619f3aa9935c4fa11b9bb57216f9734f101ac5cf9c963f82214e3666fe55')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/asciinema/-/commit/090aa25f35be6b129427bbfdf9ceebccf44f76d0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/asciinema/-/commit/090aa25f35be6b129427bbfdf9ceebccf44f76d0
You're receiving this email because of your account on gitlab.archlinux.org.