summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTD-Sky2023-12-27 22:05:23 +0800
committerTD-Sky2023-12-27 22:05:23 +0800
commit54cc3210188086240dbc8a99832d62aac7049cd0 (patch)
tree63aa4f5df36131ca5c308963bd592060b2891dc8
parent7c714bf0ff1cabcd81c6d0ad0f0e763ec4b94d94 (diff)
downloadaur-54cc3210188086240dbc8a99832d62aac7049cd0.tar.gz
0.8.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f16f5a959645..6a81ad56432a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = satty-bin
pkgdesc = A screenshot annotation tool inspired by Swappy and Flameshot
- pkgver = 0.8.2
+ pkgver = 0.8.3
pkgrel = 1
- url = https://github.com/gabm/satty
+ url = https://github.com/gabm/Satty
arch = x86_64
license = MPL-2.0
depends = gtk4
depends = libadwaita
provides = satty
conflicts = satty
- source = satty-bin-0.8.2.tar.gz::https://github.com/gabm/satty/releases/download/v0.8.2/satty-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 45201b6bdc3acd02f6a63e001d7619c26dd902850bc41349e6cab21163333d3b
+ source = satty-bin-0.8.3.tar.gz::https://github.com/gabm/Satty/releases/download/v0.8.3/satty-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 613a9a93e06da732aad850fa184e7c0435035c9870e96187e43de69051ae72c2
pkgname = satty-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6774dccc5f59..54c615a8a55c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,17 +5,17 @@
# https://github.com/TD-Sky/PKGBUILDs
pkgname=satty-bin
-pkgver=0.8.2
+pkgver=0.8.3
pkgrel=1
pkgdesc="A screenshot annotation tool inspired by Swappy and Flameshot"
-url="https://github.com/gabm/satty"
+url="https://github.com/gabm/Satty"
license=("MPL-2.0")
arch=("x86_64")
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
depends=('gtk4' 'libadwaita')
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/${pkgname%-bin}-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=("45201b6bdc3acd02f6a63e001d7619c26dd902850bc41349e6cab21163333d3b")
+sha256sums=('613a9a93e06da732aad850fa184e7c0435035c9870e96187e43de69051ae72c2')
package() {
install -Dm 755 "${pkgname%-bin}" -t "$pkgdir/usr/bin"