summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d879a9b9301..2d44c5e0ed5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = meshboard-xorg
pkgdesc = Synchronize the clipboard across a mesh of hosts, with xorg integration
- pkgver = 0.5.4
+ pkgver = 0.5.5
pkgrel = 1
- url = https://github.com/hossbeast/meshboard
+ url = https://git.sr.ht/~hossbeast/meshboard
arch = x86_64
license = GPL3
makedepends = git
@@ -10,7 +10,7 @@ pkgbase = meshboard-xorg
depends = libxfixes
provides = meshboard
conflicts = meshboard
- source = meshboard::git+https://github.com/hossbeast/meshboard#tag=v0.5.4?signed
+ source = meshboard::git+https://git.sr.ht/~hossbeast/meshboard#tag=v0.5.5?signed
validpgpkeys = 79154EE9C4811D32B814EB88B1B3C76D76638462
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a794e7550a6a..b76dc330f51b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: hossbeast <todd DOT freed AT gmail DOT com>
pkgname=meshboard-xorg
-pkgver=0.5.4
+pkgver=0.5.5
pkgrel=1
pkgdesc="Synchronize the clipboard across a mesh of hosts, with xorg integration"
provides=('meshboard')
conflicts=('meshboard')
arch=('x86_64')
-url="https://github.com/hossbeast/meshboard"
+url="https://git.sr.ht/~hossbeast/meshboard"
license=('GPL3')
depends=('libxfixes')
makedepends=('git' 'perl')
source=(
- "meshboard::git+https://github.com/hossbeast/meshboard#tag=v${pkgver}?signed"
+ "meshboard::git+https://git.sr.ht/~hossbeast/meshboard#tag=v${pkgver}?signed"
)
sha512sums=('SKIP')
validpgpkeys=('79154EE9C4811D32B814EB88B1B3C76D76638462') # hossbeast