summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTD-Sky2024-03-21 08:08:53 +0800
committerTD-Sky2024-03-21 08:08:53 +0800
commitc0e9d2cc1a0a3ccebd347a08a6fecd83ce18b052 (patch)
tree63a94caa3975873432b8b3b9577e24b9cb801e51 /PKGBUILD
parent4ef1319e308c9a01bbaadf7c1926c257a7f1de2a (diff)
downloadaur-c0e9d2cc1a0a3ccebd347a08a6fecd83ce18b052.tar.gz
0.11.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f142c64d0f11..2f5984bdade4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# https://github.com/TD-Sky/PKGBUILDs
pkgname=satty-bin
-pkgver=0.11.2
+pkgver=0.11.3
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=('ef7df5bbbd1b972a7e46cb6ec8b6cea46cf9ca0ce72906650872d9c2de65411e')
+sha256sums=('9258461ced7eb74483770635190fd578fe29a3226b0eb61595ba71eba3d23ca5')
package() {
install -Dm 755 "${pkgname%-bin}" -t "$pkgdir/usr/bin"