upgpkg: mago 1.0.0_rc.11-1

upstream release
This commit is contained in:
Matt Harrison 2025-12-08 10:04:38 -05:00
parent 42a9f9af3a
commit 2c15df095f
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = mago
pkgdesc = A CLI text viewer tool that works interactively like less command on small pane within the terminal window.
pkgver = 1.0.0_rc.10
pkgver = 1.0.0_rc.11
pkgrel = 1
url = https://github.com/carthage-software/mago
arch = x86_64
@ -10,7 +10,7 @@ pkgbase = mago
makedepends = openssl
depends = gcc-libs
depends = glibc
source = git+https://github.com/carthage-software/mago.git#tag=1.0.0-rc.10
b2sums = f580b387b1b6d64bb46d5606e38af36481e88d52e01b5026cbfc54dfab79c5b2755761e030d92f09c30699a3c56c16669188cc81ec9189a3ff22ce90e6b011fd
source = git+https://github.com/carthage-software/mago.git#tag=1.0.0-rc.11
b2sums = bf20d0b1c09ce8d3b670241f2b7589912d084b418040d48d2a26c82f474746259b2c133c1b4cac5f960c598aab9a562c3ca44075ded2f3e8aed695455e5898a5
pkgname = mago

View file

@ -2,8 +2,8 @@
# Maintained at: https://github.com/matt-h/aur-pkgbuilds or https://codeberg.org/matt/aur-pkgbuilds
pkgname=mago
pkgver=1.0.0_rc.10
_pkgver=1.0.0-rc.10
pkgver=1.0.0_rc.11
_pkgver=1.0.0-rc.11
pkgrel=1
pkgdesc="A CLI text viewer tool that works interactively like less command on small pane within the terminal window."
url="https://github.com/carthage-software/mago"
@ -12,7 +12,7 @@ license=('MIT')
depends=('gcc-libs' 'glibc')
makedepends=('git' 'cargo' 'openssl')
source=("git+https://github.com/carthage-software/mago.git#tag=${_pkgver}")
b2sums=('f580b387b1b6d64bb46d5606e38af36481e88d52e01b5026cbfc54dfab79c5b2755761e030d92f09c30699a3c56c16669188cc81ec9189a3ff22ce90e6b011fd')
b2sums=('bf20d0b1c09ce8d3b670241f2b7589912d084b418040d48d2a26c82f474746259b2c133c1b4cac5f960c598aab9a562c3ca44075ded2f3e8aed695455e5898a5')
prepare() {
cd "${srcdir}/${pkgname}"