Skip to content

Commit 230518b

Browse files
authored
Merge pull request #14 from manjaro-sway/upstream_master
Move to GitHub
2 parents 76401e4 + 989f463 commit 230518b

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

.SRCINFO

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pkgbase = swayshot
22
pkgdesc = Sway screenshots: screen, window or region. Also it uploads them to 0x0.st.
33
pkgver = 2.7.3
4-
pkgrel = 4
5-
url = https://gitlab.com/radio_rogal/swayshot
4+
pkgrel = 5
5+
url = https://github.com/vitalijr2/swayshot
66
arch = any
77
license = GPL3
88
depends = sway
@@ -17,7 +17,8 @@ pkgbase = swayshot
1717
optdepends = libnotify: show message with path or URL
1818
conflicts = swaygrab-helper
1919
backup = etc/sway/config.d/swayshot.conf
20-
source = https://gitlab.com/radio_rogal/swayshot/-/archive/2.7.3/swayshot-2.7.3.tar.bz2
21-
sha256sums = 798f02532711bf690dfc94800f4c7e6fc0128dff8557fe9f43c6edce7e2833e8
20+
source = https://github.com/vitalijr2/swayshot/archive/refs/tags/2.7.3.tar.gz
21+
md5sums = 2434abe6b62780e4466226db3de35b99
22+
sha256sums = a9cd5b4b9741fd10c350d905c8e0a0449637c3f322febcdf09f7000c2aeba1f2
2223

2324
pkgname = swayshot

PKGBUILD

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# Maintainer: Vitalij Berdinskih <vitalij_r2 at outlook dot com>
1+
# Maintainer: Vitalij Berdinskih <[email protected]>
2+
23
pkgname=swayshot
34
pkgver=2.7.3
4-
pkgrel=4
5-
pkgdesc='Sway screenshots: screen, window or region. Also it uploads them to 0x0.st.'
6-
arch=('any')
7-
url='https://gitlab.com/radio_rogal/swayshot'
5+
pkgrel=5
6+
pkgdesc="Sway screenshots: screen, window or region. Also it uploads them to 0x0.st."
7+
arch=("any")
8+
url="https://github.com/vitalijr2/swayshot"
89
license=('GPL3')
910
depends=('sway' 'xdg-user-dirs' 'grim' 'slurp' 'jq')
1011
optdepends=('wl-clipboard: copy the full path to clipboard'
@@ -14,8 +15,9 @@ optdepends=('wl-clipboard: copy the full path to clipboard'
1415
'libnotify: show message with path or URL')
1516
conflicts=('swaygrab-helper')
1617
backup=(etc/sway/config.d/swayshot.conf)
17-
source=(https://gitlab.com/radio_rogal/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
18-
sha256sums=('798f02532711bf690dfc94800f4c7e6fc0128dff8557fe9f43c6edce7e2833e8')
18+
source=("https://github.com/vitalijr2/$pkgname/archive/refs/tags/$pkgver.tar.gz")
19+
md5sums=('2434abe6b62780e4466226db3de35b99')
20+
sha256sums=('a9cd5b4b9741fd10c350d905c8e0a0449637c3f322febcdf09f7000c2aeba1f2')
1921

2022
package() {
2123
cd "$srcdir"/$pkgname-$pkgver

0 commit comments

Comments
 (0)