summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthias Gabriel2023-11-07 09:44:36 +0100
committerMatthias Gabriel2023-11-07 09:44:36 +0100
commit4715f2a70b3f75157a00bbfee68f7617bbbe9be7 (patch)
treedbd669e5bffc224db07f07974edf7c7bdf5997bf /PKGBUILD
parenta02ab22027050daf000d58eeb0559053427046c1 (diff)
downloadaur-4715f2a70b3f75157a00bbfee68f7617bbbe9be7.tar.gz
update to v0.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
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"
}