upgpkg(imgurs): 0.9.0

This commit is contained in:
MedzikUserBot 2022-09-05 20:20:35 +00:00
parent a98aff8d60
commit dfb8c5c633
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='imgurs'
pkgver="0.8.1"
pkgver="0.9.0"
pkgrel=1
pkgdesc='CLI for a Imgur API written in Rust'
arch=('x86_64')
@ -11,7 +11,7 @@ optdepends=('libnotify: Notification support'
'xsel: Clipboard support'
'xclip: Clipboard support')
source=("${url}/archive/v${pkgver}.tar.gz")
sha256sums=('SKIP')
sha256sums=('cacfac45090b43587ea3cd7969e637a025be5e0aad0b06464fd5cd19302b12e1')
build() {
cd "${pkgname}-${pkgver}"