summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthias Gabriel2023-10-24 16:50:41 +0200
committerMatthias Gabriel2023-10-24 16:50:41 +0200
commit1c468110cad434b3edfc40c52cd25ac5c8d45173 (patch)
treee0dbc2cce1fd7ea954bc953354620d494d8d032a /PKGBUILD
parent17b6c54a06b74fadc720aecffa5c467d5462b67d (diff)
downloadaur-1c468110cad434b3edfc40c52cd25ac5c8d45173.tar.gz
release v0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')