summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTD-Sky2024-02-28 23:57:13 +0800
committerTD-Sky2024-02-28 23:57:13 +0800
commit536c401947606b5dd0e4939ab625d47c61b50654 (patch)
tree911e9b1ab1652f46cc7f074bc21e2d4da2865e09 /PKGBUILD
parent56563bef2882a740996c880ff0422193a966be2e (diff)
downloadaur-536c401947606b5dd0e4939ab625d47c61b50654.tar.gz
0.11.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88e3ede93dcb..e1c59306ca66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# https://github.com/TD-Sky/PKGBUILDs
pkgname=satty-bin
-pkgver=0.11.0
+pkgver=0.11.1
pkgrel=1
pkgdesc="A screenshot annotation tool inspired by Swappy and Flameshot"
url="https://github.com/gabm/Satty"
@@ -15,7 +15,7 @@ provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
depends=('gtk4' 'libadwaita' 'libglvnd' 'libepoxy')
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/${pkgname%-bin}-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('977141bdc3de3b715f4d153d167eadce2b14ec9df7eaf3a5a5df77656ec5cbbc')
+sha256sums=('dca4c23c5736ffa22ecfdd50a57965b2d1e8bb1c7614580cc001855265997f0c')
package() {
install -Dm 755 "${pkgname%-bin}" -t "$pkgdir/usr/bin"