upgpkg(imgurs): 0.11.1

This commit is contained in:
MedzikUserBot 2022-12-11 10:17:10 +00:00
parent 6c915a8a32
commit 9468abcf53
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='imgurs'
pkgver="0.11.0"
pkgver="0.11.1"
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=('cd4306d9cd94abe976bdd1c74358ddbab23d7c96cd8ef093c6245b104733d3ce')
sha256sums=('bdb55f8091b4fda15787d04bc93e98c838749720ec4c3de684912359d98b7afd')
build() {
cd "${pkgname}-${pkgver}/imgurs-cli"