summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Gabriel2023-10-24 16:50:41 +0200
committerMatthias Gabriel2023-10-24 16:50:41 +0200
commit1c468110cad434b3edfc40c52cd25ac5c8d45173 (patch)
treee0dbc2cce1fd7ea954bc953354620d494d8d032a
parent17b6c54a06b74fadc720aecffa5c467d5462b67d (diff)
downloadaur-1c468110cad434b3edfc40c52cd25ac5c8d45173.tar.gz
release v0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fde0d895bbc..1d311a5ca5e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = satty-bin
pkgdesc = A screenshot annotation tool inspired by Swappy and Flameshot
- pkgver = 0.1.1
+ pkgver = 0.2.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.1.1/satty-0.1.1-x86_64.tar.gz
- sha256sums = c47ef9ac5c88dec42b8ed8eef93164822c6e495fd3b9c099520efaeebad39f28
+ source = https://github.com/gabm/satty/releases/download/v0.2.0/satty-0.2.0-x86_64.tar.gz
+ sha256sums = 5747fa3bd737b77a065417ccf86f3ad356cd7144267d6f5073ecf0dd0b444625
pkgname = satty-bin
depends = pango
diff --git a/PKGBUILD b/PKGBUILD
index 54801e0787f6..0e6ee21c677b 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.1.1
+pkgver=0.2.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=("c47ef9ac5c88dec42b8ed8eef93164822c6e495fd3b9c099520efaeebad39f28")
+sha256sums=("5747fa3bd737b77a065417ccf86f3ad356cd7144267d6f5073ecf0dd0b444625")
package() {
depends=('pango' 'glib2' 'cairo' 'libadwaita' 'gtk4' 'gdk-pixbuf2')