summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitalij Berdinskih2023-07-05 10:10:00 +0300
committerVitalij Berdinskih2023-07-05 10:10:00 +0300
commitec4baf117de62896a525bb4ea8e6e940b652f06c (patch)
tree7fe92acad68bc079394bfddf7c2ba1e9a9c91ce7
parentff32604389472b3e1f8e4c2656d11a3deeccfeeb (diff)
downloadaur-swayshot.tar.gz
Add the backup
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a91f798194c3..8c48525e4d80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = swayshot
pkgdesc = Sway screenshots: screen, window or region. Also it uploads them to 0x0.st.
pkgver = 2.7.3
- pkgrel = 3
+ pkgrel = 4
url = https://gitlab.com/radio_rogal/swayshot
arch = any
license = GPL3
@@ -16,6 +16,7 @@ pkgbase = swayshot
optdepends = curl: upload a screenshot to x0.at
optdepends = libnotify: show message with path or URL
conflicts = swaygrab-helper
+ backup = etc/sway/config.d/swayshot.conf
source = https://gitlab.com/radio_rogal/swayshot/-/archive/2.7.3/swayshot-2.7.3.tar.bz2
sha256sums = 798f02532711bf690dfc94800f4c7e6fc0128dff8557fe9f43c6edce7e2833e8
diff --git a/PKGBUILD b/PKGBUILD
index 440f3acc9ade..745cad225e0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Vitaliy Berdinskikh <ur6lad at gmail dot com>
+# Maintainer: Vitalij Berdinskih <vitalij_r2 at outlook dot com>
pkgname=swayshot
pkgver=2.7.3
-pkgrel=3
+pkgrel=4
pkgdesc='Sway screenshots: screen, window or region. Also it uploads them to 0x0.st.'
arch=('any')
url='https://gitlab.com/radio_rogal/swayshot'
@@ -13,6 +13,7 @@ optdepends=('wl-clipboard: copy the full path to clipboard'
'curl: upload a screenshot to x0.at'
'libnotify: show message with path or URL')
conflicts=('swaygrab-helper')
+backup=(etc/sway/config.d/swayshot.conf)
source=(https://gitlab.com/radio_rogal/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
sha256sums=('798f02532711bf690dfc94800f4c7e6fc0128dff8557fe9f43c6edce7e2833e8')