summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04939dc13eaf..edc3dd12f032 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.13.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.13.0.tar.gz::https://github.com/gabm/Satty/releases/download/v0.13.0/satty-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 5214853df95c975ba3705543bd526a98f4ff67742ce8b7da49418bffc1c4cad3
pkgname = satty-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2f5984bdade4..aefd9c88c41b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# https://github.com/TD-Sky/PKGBUILDs
pkgname=satty-bin
-pkgver=0.11.3
+pkgver=0.13.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=('5214853df95c975ba3705543bd526a98f4ff67742ce8b7da49418bffc1c4cad3')
package() {
install -Dm 755 "${pkgname%-bin}" -t "$pkgdir/usr/bin"