summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrik Bachan2020-09-08 22:50:02 +0200
committerPatrik Bachan2020-09-08 22:50:02 +0200
commit96cbb5605531560cc9aa0ca946539327739648f6 (patch)
tree861dec293202c483ffcde0b03f385b157b6814b7
parentbd18ece1ce43b013647820f5cdd54d4c19687438 (diff)
downloadaur-96cbb5605531560cc9aa0ca946539327739648f6.tar.gz
migrate to new website and repo
Bitbucket dropped support of hg and project repository disappeared. Issue on github mirror: https://github.com/hyOzd/serialplot/issues/4 links to new website and hg repo hosting.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d0b66c96d56..5248b3d21f3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = serialplot-hg
pkgdesc = Small and simple software for plotting data from serial port in realtime
- pkgver = 811.5c9db4e54bbd
+ pkgver = 824.9eab71b17958
pkgrel = 1
- url = https://bitbucket.org/hyOzd/serialplot
+ url = https://hg.sr.ht/~hyozd/serialplot/
arch = i686
arch = x86_64
license = GPL3
@@ -14,7 +14,7 @@ pkgbase = serialplot-hg
depends = hicolor-icon-theme
provides = serialplot
conflicts = serialplot
- source = hg+https://bitbucket.org/hyOzd/serialplot
+ source = hg+https://hg.sr.ht/~hyozd/serialplot
sha256sums = SKIP
pkgname = serialplot-hg
diff --git a/PKGBUILD b/PKGBUILD
index 3456ea2aaea2..1bf0e5929181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Patrik Bachan <patrikbachan at gmail dot com>
pkgname=serialplot-hg
_pkgname=serialplot
-pkgver=811.5c9db4e54bbd
+pkgver=824.9eab71b17958
pkgrel=1
pkgdesc="Small and simple software for plotting data from serial port in realtime"
arch=('i686' 'x86_64')
-url="https://bitbucket.org/hyOzd/serialplot"
+url="https://hg.sr.ht/~hyozd/serialplot/"
license=('GPL3')
depends=('qwt' 'qt5-base' 'qt5-serialport' 'hicolor-icon-theme')
makedepends=('mercurial' 'cmake')
provides=('serialplot')
conflicts=('serialplot')
-source=('hg+https://bitbucket.org/hyOzd/serialplot')
+source=('hg+https://hg.sr.ht/~hyozd/serialplot')
sha256sums=('SKIP')
pkgver() {