mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
UpUp Update to 0.4.1 yoo
This commit is contained in:
parent
f42a8d1107
commit
caa8696532
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = aarty
|
||||
pkgdesc = A simple CLI tool to convert the images to ASCII art 🦀💙
|
||||
pkgver = 0.4.0
|
||||
pkgver = 0.4.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/anas-elgarhy/aarty
|
||||
arch = x86_64
|
||||
|
|
@ -8,7 +8,7 @@ pkgbase = aarty
|
|||
makedepends = cargo
|
||||
provides = aarty
|
||||
replaces = aarty
|
||||
source = aarty-0.4.0.tar.gz::https://static.crates.io/crates/aarty/aarty-0.4.0.crate
|
||||
sha256sums = e8fac08382ca05b5bdec4151e00a4b01b9d05031a751fad0ad159aeab234171c
|
||||
source = aarty-0.4.1.tar.gz::https://static.crates.io/crates/aarty/aarty-0.4.1.crate
|
||||
sha256sums = 2fcee5da62fee327ce68e86db7dd041431fae5739b3784a65cd2eff76f57850f
|
||||
|
||||
pkgname = aarty
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Anas Elgarhy <anas.elgarhy.dev@gmail.com>
|
||||
pkgname=aarty
|
||||
pkgver=0.4.0
|
||||
pkgver=0.4.1
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc="A simple CLI tool to convert the images to ASCII art 🦀💙"
|
||||
|
|
@ -38,4 +38,4 @@ package() {
|
|||
cd "$pkgname-$pkgver"
|
||||
sudo install -Dm0755 -t "/usr/bin/" "target/release/$pkgname"
|
||||
}
|
||||
sha256sums=('e8fac08382ca05b5bdec4151e00a4b01b9d05031a751fad0ad159aeab234171c')
|
||||
sha256sums=('2fcee5da62fee327ce68e86db7dd041431fae5739b3784a65cd2eff76f57850f')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue