summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTD-Sky2024-04-04 21:31:50 +0800
committerTD-Sky2024-04-04 21:31:50 +0800
commitdda864be957312259488c7e2f70b1577f53c267f (patch)
tree61eeac8a9ab3358196adc754de028b6fff65f58d
parentc0e9d2cc1a0a3ccebd347a08a6fecd83ce18b052 (diff)
downloadaur-dda864be957312259488c7e2f70b1577f53c267f.tar.gz
0.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04939dc13eaf..567564c4774e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = satty-bin
pkgdesc = A screenshot annotation tool inspired by Swappy and Flameshot
- pkgver = 0.11.3
+ pkgver = 0.12.0
pkgrel = 1
url = https://github.com/gabm/Satty
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = satty-bin
depends = libepoxy
provides = satty
conflicts = satty
- source = satty-bin-0.11.3.tar.gz::https://github.com/gabm/Satty/releases/download/v0.11.3/satty-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 9258461ced7eb74483770635190fd578fe29a3226b0eb61595ba71eba3d23ca5
+ source = satty-bin-0.12.0.tar.gz::https://github.com/gabm/Satty/releases/download/v0.12.0/satty-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 3db142e93494e3fe9c6e25e5190a1aed80b8097f22df9ae672ddf644e61c8f26
pkgname = satty-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2f5984bdade4..95e62f06f920 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# https://github.com/TD-Sky/PKGBUILDs
pkgname=satty-bin
-pkgver=0.11.3
+pkgver=0.12.0
pkgrel=1
pkgdesc="A screenshot annotation tool inspired by Swappy and Flameshot"
url="https://github.com/gabm/Satty"
@@ -15,7 +15,7 @@ provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
depends=('gtk4' 'libadwaita' 'libglvnd' 'libepoxy')
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/${pkgname%-bin}-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('9258461ced7eb74483770635190fd578fe29a3226b0eb61595ba71eba3d23ca5')
+sha256sums=('3db142e93494e3fe9c6e25e5190a1aed80b8097f22df9ae672ddf644e61c8f26')
package() {
install -Dm 755 "${pkgname%-bin}" -t "$pkgdir/usr/bin"