upgpkg: mago 1.0.0_rc.12-1

upstream release
This commit is contained in:
Matt Harrison 2025-12-11 10:12:34 -05:00
parent 2c15df095f
commit 4020147f13
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.11
pkgver = 1.0.0_rc.12
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.11
b2sums = bf20d0b1c09ce8d3b670241f2b7589912d084b418040d48d2a26c82f474746259b2c133c1b4cac5f960c598aab9a562c3ca44075ded2f3e8aed695455e5898a5
source = git+https://github.com/carthage-software/mago.git#tag=1.0.0-rc.12
b2sums = 416d4520adeced8bf8555a469d78bc30d26d43d70881440c8ff38a50a48d6ba794e7b6f31c55c0405570e306775ed5252ab8f4c5090d1754127e51e71bdd2e95
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.11
_pkgver=1.0.0-rc.11
pkgver=1.0.0_rc.12
_pkgver=1.0.0-rc.12
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=('bf20d0b1c09ce8d3b670241f2b7589912d084b418040d48d2a26c82f474746259b2c133c1b4cac5f960c598aab9a562c3ca44075ded2f3e8aed695455e5898a5')
b2sums=('416d4520adeced8bf8555a469d78bc30d26d43d70881440c8ff38a50a48d6ba794e7b6f31c55c0405570e306775ed5252ab8f4c5090d1754127e51e71bdd2e95')
prepare() {
cd "${srcdir}/${pkgname}"