summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 260e60bdbe53..2f2d53cc3845 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = satty-bin
pkgdesc = A screenshot annotation tool inspired by Swappy and Flameshot
- pkgver = 0.3.1
+ pkgver = 0.4.0
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.3.1/satty-0.3.1-x86_64.tar.gz
- sha256sums = c13d9ff46ba7d820ad1ec37b57b76ea4cf0efb864159f6af0d7056d87274e606
+ source = https://github.com/gabm/satty/releases/download/v0.4.0/satty-v0.4.0-x86_64.tar.gz
+ sha256sums = 5e4b959978c314d2f2adc74aee61bb1254091f9b139d7879adc8318b1c820ea3
pkgname = satty-bin
depends = pango
diff --git a/PKGBUILD b/PKGBUILD
index 5b897a5d87b3..faed88f0673e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=satty-bin
-pkgver=0.3.1
+pkgver=0.4.0
pkgrel=1
pkgdesc="A screenshot annotation tool inspired by Swappy and Flameshot"
url="https://github.com/gabm/satty"
@@ -11,11 +11,10 @@ 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=("c13d9ff46ba7d820ad1ec37b57b76ea4cf0efb864159f6af0d7056d87274e606")
+source=("https://github.com/gabm/satty/releases/download/v$pkgver/satty-v$pkgver-x86_64.tar.gz")
+sha256sums=("5e4b959978c314d2f2adc74aee61bb1254091f9b139d7879adc8318b1c820ea3")
package() {
depends=('pango' 'glib2' 'cairo' 'libadwaita' 'gtk4' 'gdk-pixbuf2')
- install -Dm755 satty -t "$pkgdir/usr/bin"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ cp -r . "$pkgdir"
}