summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09745c439f6d..eb9010bb1b96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=satty-bin
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A sreenshot annotation tool inspired by Swappy and Flameshot"
url="https://github.com/gabm/satty"
license=("MPL-2.0")
@@ -15,6 +15,7 @@ source=("https://github.com/gabm/satty/releases/download/v$pkgver/satty-$pkgver-
sha256sums=("89f18060df8b28bf48c1811396e82b4c04457a869e36c9170d82ed4d69d00337")
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"
}