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