summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVitalij Berdinskih2024-05-11 00:49:34 +0300
committerVitalij Berdinskih2024-05-11 00:49:34 +0300
commit989f46362d5764ef5210ef1f985ec26477c938c7 (patch)
treea18aadd06afa0c492cba3b6cac2cd3e1c80e94e0 /PKGBUILD
parentec4baf117de62896a525bb4ea8e6e940b652f06c (diff)
downloadaur-swayshot.tar.gz
Move to GitHub
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 745cad225e0b..5dd1f6f29da3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Vitalij Berdinskih <vitalij_r2 at outlook dot com>
+# Maintainer: Vitalij Berdinskih <vitalij_r2@outlook.com>
+
pkgname=swayshot
pkgver=2.7.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'
+pkgrel=5
+pkgdesc="Sway screenshots: screen, window or region. Also it uploads them to 0x0.st."
+arch=("any")
+url="https://github.com/vitalijr2/swayshot"
license=('GPL3')
depends=('sway' 'xdg-user-dirs' 'grim' 'slurp' 'jq')
optdepends=('wl-clipboard: copy the full path to clipboard'
@@ -14,8 +15,9 @@ optdepends=('wl-clipboard: copy the full path to clipboard'
'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')
+source=("https://github.com/vitalijr2/$pkgname/archive/refs/tags/$pkgver.tar.gz")
+md5sums=('2434abe6b62780e4466226db3de35b99')
+sha256sums=('a9cd5b4b9741fd10c350d905c8e0a0449637c3f322febcdf09f7000c2aeba1f2')
package() {
cd "$srcdir"/$pkgname-$pkgver