Skip to content

Commit ffcebf7

Browse files
authored
Merge pull request #16 from manjaro-sway/upstream_master
SWAYSHOT_HIDE_NOTIFICATION allows to avoid the notification
2 parents 2d74814 + 7890588 commit ffcebf7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.SRCINFO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = swayshot
22
pkgdesc = Sway screenshots: screen, window or region. Also it uploads them to 0x0.st.
3-
pkgver = 2.7.4
4-
pkgrel = 6
3+
pkgver = 2.8.0
4+
pkgrel = 1
55
url = https://github.com/vitalijr2/swayshot
66
arch = any
77
license = GPL3
@@ -16,7 +16,7 @@ pkgbase = swayshot
1616
optdepends = libnotify: show message with path or URL
1717
optdepends = xdg-user-dirs: XDG user directories
1818
backup = etc/sway/config.d/swayshot.conf
19-
source = https://github.com/vitalijr2/swayshot/archive/refs/tags/2.7.4.tar.gz
20-
sha256sums = 84a0b6881ab687bcde4eb3b567c1d664b5aaf9391df9f6903581ee70d5c4bcd7
19+
source = https://github.com/vitalijr2/swayshot/archive/refs/tags/2.8.0.tar.gz
20+
sha256sums = 2d8eb8ca34ee448bb5e04d3e6632bc999fff976a5efd5c2feb194ad3b7e2585b
2121

2222
pkgname = swayshot

PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Maintainer: Vitalij Berdinskih <[email protected]>
22

33
pkgname=swayshot
4-
pkgver=2.7.4
5-
pkgrel=6
4+
pkgver=2.8.0
5+
pkgrel=1
66
pkgdesc="Sway screenshots: screen, window or region. Also it uploads them to 0x0.st."
77
arch=("any")
88
url="https://github.com/vitalijr2/swayshot"
@@ -16,7 +16,7 @@ optdepends=('wl-clipboard: copy the full path to clipboard'
1616
'xdg-user-dirs: XDG user directories')
1717
backup=(etc/sway/config.d/swayshot.conf)
1818
source=("https://github.com/vitalijr2/$pkgname/archive/refs/tags/$pkgver.tar.gz")
19-
sha256sums=('84a0b6881ab687bcde4eb3b567c1d664b5aaf9391df9f6903581ee70d5c4bcd7')
19+
sha256sums=('2d8eb8ca34ee448bb5e04d3e6632bc999fff976a5efd5c2feb194ad3b7e2585b')
2020

2121
package() {
2222
cd "$srcdir"/$pkgname-$pkgver

0 commit comments

Comments
 (0)