summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Gabriel2023-10-31 11:48:15 +0100
committerMatthias Gabriel2023-10-31 11:48:15 +0100
commit09de4ba1f9436a1493af3df6f31b8f6d7053705f (patch)
tree842c24bc643c8e1f49136624f92b65287d79139b
parent1c468110cad434b3edfc40c52cd25ac5c8d45173 (diff)
downloadaur-09de4ba1f9436a1493af3df6f31b8f6d7053705f.tar.gz
update to v0.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d311a5ca5e0..db40843dfb47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = satty-bin
pkgdesc = A screenshot annotation tool inspired by Swappy and Flameshot
- pkgver = 0.2.0
+ pkgver = 0.3.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.2.0/satty-0.2.0-x86_64.tar.gz
- sha256sums = 5747fa3bd737b77a065417ccf86f3ad356cd7144267d6f5073ecf0dd0b444625
+ source = https://github.com/gabm/satty/releases/download/v0.3.0/satty-0.3.0-x86_64.tar.gz
+ sha256sums = f2377ca2a915bf9ac310fad0e858529a76419e28449a59fd0dc40208bc7d76b4
pkgname = satty-bin
depends = pango
diff --git a/PKGBUILD b/PKGBUILD
index 0e6ee21c677b..a269f2a2f579 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.2.0
+pkgver=0.3.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-$pkgver-x86_64.tar.gz")
-sha256sums=("5747fa3bd737b77a065417ccf86f3ad356cd7144267d6f5073ecf0dd0b444625")
+sha256sums=("f2377ca2a915bf9ac310fad0e858529a76419e28449a59fd0dc40208bc7d76b4")
package() {
depends=('pango' 'glib2' 'cairo' 'libadwaita' 'gtk4' 'gdk-pixbuf2')