mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 13:12:02 +01:00
UpUp Update to 0.4.7 yoo
This commit is contained in:
parent
a518965ecd
commit
fde3809054
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.5
|
||||
pkgver = 0.4.7
|
||||
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.5.tar.gz::https://static.crates.io/crates/aarty/aarty-0.4.5.crate
|
||||
sha256sums = 860bfa01dcb71cedbdb4d173c4615b03cd0c6c86a0f753bc7fd390804ed7499d
|
||||
source = aarty-0.4.7.tar.gz::https://static.crates.io/crates/aarty/aarty-0.4.7.crate
|
||||
sha256sums = d9b059f8d87e1f3bd86855d6489e08c9730ea0c105c644376856fbfc654820aa
|
||||
|
||||
pkgname = aarty
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Anas Elgarhy <anas.elgarhy.dev@gmail.com>
|
||||
pkgname=aarty
|
||||
pkgver=0.4.5
|
||||
pkgver=0.4.7
|
||||
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=('860bfa01dcb71cedbdb4d173c4615b03cd0c6c86a0f753bc7fd390804ed7499d')
|
||||
sha256sums=('d9b059f8d87e1f3bd86855d6489e08c9730ea0c105c644376856fbfc654820aa')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue