UpUp Update to 0.4.1 yoo

This commit is contained in:
Anas Elgarhy 2022-11-13 13:48:47 +00:00
parent f42a8d1107
commit caa8696532
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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')