summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Gabriel2023-11-13 15:05:36 +0100
committerMatthias Gabriel2023-11-13 15:05:36 +0100
commitf268e729734ed3b1a8bb3e9724276c0e4c044892 (patch)
tree70eb29882f16d02fad2a672d80354a06e06cd009
parent33d433d73a0df78a16c34cff9e2fe073e08bfb5d (diff)
downloadaur-f268e729734ed3b1a8bb3e9724276c0e4c044892.tar.gz
update to v0.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1b28c678942..e16fb817f2d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = satty-bin
pkgdesc = A screenshot annotation tool inspired by Swappy and Flameshot
- pkgver = 0.5.0
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/gabm/satty
arch = x86_64
license = MPL-2.0
provides = satty
conflicts = satty
- source = https://github.com/gabm/satty/releases/download/v0.5.0/satty-v0.5.0-x86_64.tar.gz
- sha256sums = 6aff1719bec7473103f2f7417efc3ca3e4912103bae36199f1c716ddc351c538
+ source = https://github.com/gabm/satty/releases/download/v0.6.0/satty-v0.6.0-x86_64.tar.gz
+ sha256sums = b9012816a77cf946e59bee9e5b734ad02a4f4e498ee8eda41413c2d30a11ff55
pkgname = satty-bin
depends = pango
diff --git a/PKGBUILD b/PKGBUILD
index fcbf3a183752..7786bc7d6e4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=satty-bin
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
pkgdesc="A screenshot annotation tool inspired by Swappy and Flameshot"
url="https://github.com/gabm/satty"
@@ -12,7 +12,7 @@ arch=("x86_64")
provides=("satty")
conflicts=("satty")
source=("https://github.com/gabm/satty/releases/download/v$pkgver/satty-v$pkgver-x86_64.tar.gz")
-sha256sums=("6aff1719bec7473103f2f7417efc3ca3e4912103bae36199f1c716ddc351c538")
+sha256sums=("b9012816a77cf946e59bee9e5b734ad02a4f4e498ee8eda41413c2d30a11ff55")
package() {
depends=('pango' 'glib2' 'cairo' 'libadwaita' 'gtk4' 'gdk-pixbuf2')