mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
upgpkg: mago 1.0.0_rc.5-1
upstream release
This commit is contained in:
parent
35e17f683d
commit
c4c8f4466c
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -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.4
|
||||
pkgver = 1.0.0_rc.5
|
||||
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.4
|
||||
b2sums = 7655fd7cccc191c391ab1dd092adb1456bac94bb1bebe5a30015b2020ffd0a5323bae1587528bc7496f75fede9d86871758ebaa4c7cbe0712b351f32e75be14f
|
||||
source = git+https://github.com/carthage-software/mago.git#tag=1.0.0-rc.5
|
||||
b2sums = f6ee8a02c784dc6b4e85b2d99bbfef46f052290c32618c9a6f353e4ddb7c58260eda1ce06aa8715bd50f9cdaeffdf8310ad3649a5b6ea034447f47da7f599629
|
||||
|
||||
pkgname = mago
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -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.4
|
||||
_pkgver=1.0.0-rc.4
|
||||
pkgver=1.0.0_rc.5
|
||||
_pkgver=1.0.0-rc.5
|
||||
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=('7655fd7cccc191c391ab1dd092adb1456bac94bb1bebe5a30015b2020ffd0a5323bae1587528bc7496f75fede9d86871758ebaa4c7cbe0712b351f32e75be14f')
|
||||
b2sums=('f6ee8a02c784dc6b4e85b2d99bbfef46f052290c32618c9a6f353e4ddb7c58260eda1ce06aa8715bd50f9cdaeffdf8310ad3649a5b6ea034447f47da7f599629')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue