summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTD-Sky2024-02-23 22:31:28 +0800
committerTD-Sky2024-02-23 22:31:28 +0800
commit0c1d145d1edf3d40618e7e38551ed57768d7e83e (patch)
treed31b151a9042adcd3f4e7128344b318d29c5fca4 /PKGBUILD
parentc2b178fdbcec4081a6b95f07ee4cd789403a0976 (diff)
downloadaur-0c1d145d1edf3d40618e7e38551ed57768d7e83e.tar.gz
0.10.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1dd05e5d4fff..9ac18a74d5db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# https://github.com/TD-Sky/PKGBUILDs
pkgname=satty-bin
-pkgver=0.9.0
+pkgver=0.10.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')
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/${pkgname%-bin}-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('1b823ba892d73af5c67058fe776efb1ef0e23e986412b54176d0cc3484d61c56')
+sha256sums=('a4bb42fb414f1010102bf0e0d26b276f9c31b7b3d934297bf5a36af85e9ee14b')
package() {
install -Dm 755 "${pkgname%-bin}" -t "$pkgdir/usr/bin"