summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Gabriel2023-10-17 17:05:38 +0200
committerMatthias Gabriel2023-10-17 17:05:38 +0200
commit17b6c54a06b74fadc720aecffa5c467d5462b67d (patch)
tree869ae482d2e64c66ce1bc2349de850bb00f26648
parent946809fe3d8791c89516b2ee2f09982488ec9af5 (diff)
downloadaur-17b6c54a06b74fadc720aecffa5c467d5462b67d.tar.gz
raise to v0.1.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd28bd7ecf4f..0fde0d895bbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = satty-bin
- pkgdesc = A sreenshot annotation tool inspired by Swappy and Flameshot
- pkgver = 0.1.0
- pkgrel = 2
+ pkgdesc = A screenshot annotation tool inspired by Swappy and Flameshot
+ pkgver = 0.1.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.1.0/satty-0.1.0-x86_64.tar.gz
- sha256sums = 89f18060df8b28bf48c1811396e82b4c04457a869e36c9170d82ed4d69d00337
+ source = https://github.com/gabm/satty/releases/download/v0.1.1/satty-0.1.1-x86_64.tar.gz
+ sha256sums = c47ef9ac5c88dec42b8ed8eef93164822c6e495fd3b9c099520efaeebad39f28
pkgname = satty-bin
depends = pango
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')