Skip to content

Commit

Permalink
Add the backup (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Vitalij Berdinskih <vitalij_r2@outlook.com>
  • Loading branch information
github-actions[bot] and vitalijr2 committed Jul 5, 2023
1 parent d5172b7 commit 17abaf4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .SRCINFO
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
5 changes: 3 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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')

Expand Down

0 comments on commit 17abaf4

Please sign in to comment.