summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Gabriel2023-10-31 21:58:03 +0100
committerMatthias Gabriel2023-10-31 21:58:03 +0100
commita02ab22027050daf000d58eeb0559053427046c1 (patch)
tree8878aa652032864fefa1860fe2cf048e88396159
parent09de4ba1f9436a1493af3df6f31b8f6d7053705f (diff)
downloadaur-a02ab22027050daf000d58eeb0559053427046c1.tar.gz
raise version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db40843dfb47..260e60bdbe53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = satty-bin
pkgdesc = A screenshot annotation tool inspired by Swappy and Flameshot
- pkgver = 0.3.0
+ pkgver = 0.3.1
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.3.0/satty-0.3.0-x86_64.tar.gz
- sha256sums = f2377ca2a915bf9ac310fad0e858529a76419e28449a59fd0dc40208bc7d76b4
+ source = https://github.com/gabm/satty/releases/download/v0.3.1/satty-0.3.1-x86_64.tar.gz
+ sha256sums = c13d9ff46ba7d820ad1ec37b57b76ea4cf0efb864159f6af0d7056d87274e606
pkgname = satty-bin
depends = pango
diff --git a/PKGBUILD b/PKGBUILD
index a269f2a2f579..5b897a5d87b3 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.3.0
+pkgver=0.3.1
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=("f2377ca2a915bf9ac310fad0e858529a76419e28449a59fd0dc40208bc7d76b4")
+sha256sums=("c13d9ff46ba7d820ad1ec37b57b76ea4cf0efb864159f6af0d7056d87274e606")
package() {
depends=('pango' 'glib2' 'cairo' 'libadwaita' 'gtk4' 'gdk-pixbuf2')