summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTD-Sky2024-06-20 22:36:46 +0800
committerTD-Sky2024-06-20 22:36:46 +0800
commitad9cbb84e121cf7b46775f807f7aef2c45c1c2f7 (patch)
treeb7bd1f4679f5250c3f9b861cbad5a6fa71ca596b /PKGBUILD
parent855b2a0ba44707d717fcdd06f62c789d9d470d13 (diff)
downloadaur-ad9cbb84e121cf7b46775f807f7aef2c45c1c2f7.tar.gz
0.13.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6672fe9c756e..aefd9c88c41b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# https://github.com/TD-Sky/PKGBUILDs
pkgname=satty-bin
-pkgver=0.12.1
+pkgver=0.13.0
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=('3cb523911571562406fdcf4ffd7bc559db717ee87b8c7bf1cf31a14963bb130f')
+sha256sums=('5214853df95c975ba3705543bd526a98f4ff67742ce8b7da49418bffc1c4cad3')
package() {
install -Dm 755 "${pkgname%-bin}" -t "$pkgdir/usr/bin"