summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f2d53cc3845..39f59f1b2d60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = satty-bin
pkgdesc = A screenshot annotation tool inspired by Swappy and Flameshot
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gabm/satty
arch = x86_64
license = MPL-2.0
diff --git a/PKGBUILD b/PKGBUILD
index faed88f0673e..3147b1b4cc6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=satty-bin
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A screenshot annotation tool inspired by Swappy and Flameshot"
url="https://github.com/gabm/satty"
license=("MPL-2.0")
@@ -16,5 +16,7 @@ sha256sums=("5e4b959978c314d2f2adc74aee61bb1254091f9b139d7879adc8318b1c820ea3")
package() {
depends=('pango' 'glib2' 'cairo' 'libadwaita' 'gtk4' 'gdk-pixbuf2')
- cp -r . "$pkgdir"
+
+ mkdir -p "$pkgdir/usr/"
+ cp -r . "$pkgdir/usr/"
}