summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Gabriel2023-12-05 13:45:38 +0100
committerMatthias Gabriel2023-12-05 13:45:38 +0100
commit930cdaf7bdb80ea805034959008651267b78da12 (patch)
tree54b593a61183033d3cb12d3c7ed450372839b131
parentdb3f718d7660e6f085fa075eea0b64b97ff09cc3 (diff)
downloadaur-930cdaf7bdb80ea805034959008651267b78da12.tar.gz
update to v0.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0840491444a..bc79cf79a868 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = satty-bin
pkgdesc = A screenshot annotation tool inspired by Swappy and Flameshot
- pkgver = 0.8.0
+ pkgver = 0.8.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.8.0/satty-v0.8.0-x86_64.tar.gz
- sha256sums = 2894531884b1f0bd8e868607a202e7a72ac6b67b15eb9b8aef7520f2aec9fdb0
+ source = https://github.com/gabm/satty/releases/download/v0.8.1/satty-v0.8.1-x86_64.tar.gz
+ sha256sums = 1902268b51d6f6533483afadd0d321b9e56d7abf42bc9c7d045f6f43df6d6d40
pkgname = satty-bin
depends = pango
diff --git a/PKGBUILD b/PKGBUILD
index d1eb7a4bdfe6..f4c54d144b53 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.8.0
+pkgver=0.8.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-v$pkgver-x86_64.tar.gz")
-sha256sums=("2894531884b1f0bd8e868607a202e7a72ac6b67b15eb9b8aef7520f2aec9fdb0")
+sha256sums=("1902268b51d6f6533483afadd0d321b9e56d7abf42bc9c7d045f6f43df6d6d40")
package() {
depends=('pango' 'glib2' 'cairo' 'libadwaita' 'gtk4' 'gdk-pixbuf2')