summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthias Gabriel2023-10-17 17:05:38 +0200
committerMatthias Gabriel2023-10-17 17:05:38 +0200
commit17b6c54a06b74fadc720aecffa5c467d5462b67d (patch)
tree869ae482d2e64c66ce1bc2349de850bb00f26648 /PKGBUILD
parent946809fe3d8791c89516b2ee2f09982488ec9af5 (diff)
downloadaur-17b6c54a06b74fadc720aecffa5c467d5462b67d.tar.gz
raise to v0.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb9010bb1b96..54801e0787f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=satty-bin
-pkgver=0.1.0
-pkgrel=2
-pkgdesc="A sreenshot annotation tool inspired by Swappy and Flameshot"
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="A screenshot annotation tool inspired by Swappy and Flameshot"
url="https://github.com/gabm/satty"
license=("MPL-2.0")
arch=("x86_64")
provides=("satty")
conflicts=("satty")
source=("https://github.com/gabm/satty/releases/download/v$pkgver/satty-$pkgver-x86_64.tar.gz")
-sha256sums=("89f18060df8b28bf48c1811396e82b4c04457a869e36c9170d82ed4d69d00337")
+sha256sums=("c47ef9ac5c88dec42b8ed8eef93164822c6e495fd3b9c099520efaeebad39f28")
package() {
depends=('pango' 'glib2' 'cairo' 'libadwaita' 'gtk4' 'gdk-pixbuf2')