summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecf905408cee..4fbccf5ddeaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = satty-bin
pkgdesc = A screenshot annotation tool inspired by Swappy and Flameshot
- pkgver = 0.9.0
+ pkgver = 0.10.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.9.0.tar.gz::https://github.com/gabm/Satty/releases/download/v0.9.0/satty-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 1b823ba892d73af5c67058fe776efb1ef0e23e986412b54176d0cc3484d61c56
+ source = satty-bin-0.10.0.tar.gz::https://github.com/gabm/Satty/releases/download/v0.10.0/satty-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = a4bb42fb414f1010102bf0e0d26b276f9c31b7b3d934297bf5a36af85e9ee14b
pkgname = satty-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1dd05e5d4fff..9ac18a74d5db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# https://github.com/TD-Sky/PKGBUILDs
pkgname=satty-bin
-pkgver=0.9.0
+pkgver=0.10.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=('1b823ba892d73af5c67058fe776efb1ef0e23e986412b54176d0cc3484d61c56')
+sha256sums=('a4bb42fb414f1010102bf0e0d26b276f9c31b7b3d934297bf5a36af85e9ee14b')
package() {
install -Dm 755 "${pkgname%-bin}" -t "$pkgdir/usr/bin"