diff options
author | orhun | 2020-12-06 22:02:22 +0300 |
---|---|---|
committer | orhun | 2020-12-06 22:02:22 +0300 |
commit | d56884ef0d5c096cc80b98e03ff86b0f99925561 (patch) | |
tree | 50b9def63b4c6d6ece67941b1a5dabea4078eb29 | |
parent | 74fe5e00d4d858e728515f7b4d27c9e2dfc27198 (diff) | |
download | aur-d56884ef0d5c096cc80b98e03ff86b0f99925561.tar.gz |
upgpkg: menyoki-bin 1.0.0-1
upstream release
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = menyoki-bin pkgdesc = Screen{shot,cast} and perform ImageOps on the command line - pkgver = 0.1.5 + pkgver = 1.0.0 pkgrel = 1 url = https://github.com/orhun/menyoki arch = x86_64 @@ -10,9 +10,9 @@ pkgbase = menyoki-bin provides = menyoki conflicts = menyoki validpgpkeys = 9965F7E78C54A004D475D6FA53F218C35C1DC8B1 - source_x86_64 = https://github.com/orhun/menyoki/releases/download/v0.1.5/menyoki-0.1.5-x86_64-unknown-linux-gnu.tar.gz - source_x86_64 = https://github.com/orhun/menyoki/releases/download/v0.1.5/menyoki-0.1.5-x86_64-unknown-linux-gnu.tar.gz.sig - sha512sums_x86_64 = 6420d3ea0a44c8eb68f2106e0cc868aa6c7a6acbccc626df450bc0953c4a0ce6557041f46036e864b2b0605ce0a8286127b557ba1709ad9de9e76af118ce12dc + source_x86_64 = https://github.com/orhun/menyoki/releases/download/v1.0.0/menyoki-1.0.0-x86_64-unknown-linux-gnu.tar.gz + source_x86_64 = https://github.com/orhun/menyoki/releases/download/v1.0.0/menyoki-1.0.0-x86_64-unknown-linux-gnu.tar.gz.sig + sha512sums_x86_64 = 64926b95429f77af194137a990e8c11e28cdbf1890485ae2d7ef240822c6e3f9ef696a0db8540a693ffb94c64b3dfd00b434213c6961143416f7f26406e0facb sha512sums_x86_64 = SKIP pkgname = menyoki-bin @@ -2,7 +2,7 @@ # https://github.com/orhun/pkgbuilds pkgname=menyoki-bin -pkgver=0.1.5 +pkgver=1.0.0 pkgrel=1 pkgdesc="Screen{shot,cast} and perform ImageOps on the command line" arch=('x86_64') @@ -13,7 +13,7 @@ optdepends=('slop: area selection support') conflicts=("${pkgname%-bin}") provides=("${pkgname%-bin}") source_x86_64=("$url/releases/download/v$pkgver/${pkgname%-bin}-$pkgver-x86_64-unknown-linux-gnu.tar.gz"{,.sig}) -sha512sums_x86_64=('6420d3ea0a44c8eb68f2106e0cc868aa6c7a6acbccc626df450bc0953c4a0ce6557041f46036e864b2b0605ce0a8286127b557ba1709ad9de9e76af118ce12dc' +sha512sums_x86_64=('64926b95429f77af194137a990e8c11e28cdbf1890485ae2d7ef240822c6e3f9ef696a0db8540a693ffb94c64b3dfd00b434213c6961143416f7f26406e0facb' 'SKIP') validpgpkeys=('9965F7E78C54A004D475D6FA53F218C35C1DC8B1') # menyoki <menyoki.cli@protonmail.com> |