summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTD-Sky2024-02-13 21:00:09 +0800
committerTD-Sky2024-02-13 21:00:09 +0800
commitc2b178fdbcec4081a6b95f07ee4cd789403a0976 (patch)
treeeb855c8fc75f626f76fdc1c5ba45ef2d436947f6
parent54cc3210188086240dbc8a99832d62aac7049cd0 (diff)
downloadaur-c2b178fdbcec4081a6b95f07ee4cd789403a0976.tar.gz
0.9.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a81ad56432a..ecf905408cee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = satty-bin
pkgdesc = A screenshot annotation tool inspired by Swappy and Flameshot
- pkgver = 0.8.3
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/gabm/Satty
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = satty-bin
depends = libadwaita
provides = satty
conflicts = satty
- source = satty-bin-0.8.3.tar.gz::https://github.com/gabm/Satty/releases/download/v0.8.3/satty-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 613a9a93e06da732aad850fa184e7c0435035c9870e96187e43de69051ae72c2
+ source = satty-bin-0.9.0.tar.gz::https://github.com/gabm/Satty/releases/download/v0.9.0/satty-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 1b823ba892d73af5c67058fe776efb1ef0e23e986412b54176d0cc3484d61c56
pkgname = satty-bin
diff --git a/PKGBUILD b/PKGBUILD
index 54c615a8a55c..1dd05e5d4fff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# https://github.com/TD-Sky/PKGBUILDs
pkgname=satty-bin
-pkgver=0.8.3
+pkgver=0.9.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')
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/${pkgname%-bin}-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('613a9a93e06da732aad850fa184e7c0435035c9870e96187e43de69051ae72c2')
+sha256sums=('1b823ba892d73af5c67058fe776efb1ef0e23e986412b54176d0cc3484d61c56')
package() {
install -Dm 755 "${pkgname%-bin}" -t "$pkgdir/usr/bin"