summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrik Bachan2023-01-08 18:54:36 +0100
committerPatrik Bachan2023-01-08 18:54:36 +0100
commit595167113466fc498ea490a7d5c64e102f56d043 (patch)
treeef11749c92ad486b9f9dbee4d0166f482e3fe38e
parent96cbb5605531560cc9aa0ca946539327739648f6 (diff)
downloadaur-595167113466fc498ea490a7d5c64e102f56d043.tar.gz
change homepage address to hackaday
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5248b3d21f3e..94dfaea33b8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = serialplot-hg
pkgdesc = Small and simple software for plotting data from serial port in realtime
pkgver = 824.9eab71b17958
pkgrel = 1
- url = https://hg.sr.ht/~hyozd/serialplot/
+ url = https://hackaday.io/project/5334-serialplot-realtime-plotting-software
arch = i686
arch = x86_64
license = GPL3
@@ -18,4 +18,3 @@ pkgbase = serialplot-hg
sha256sums = SKIP
pkgname = serialplot-hg
-
diff --git a/PKGBUILD b/PKGBUILD
index 1bf0e5929181..294d6d95c807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Patrik Bachan <patrikbachan at gmail dot com>
pkgname=serialplot-hg
_pkgname=serialplot
-pkgver=824.9eab71b17958
+pkgver=877.fadfbeea9d5c
pkgrel=1
pkgdesc="Small and simple software for plotting data from serial port in realtime"
arch=('i686' 'x86_64')
-url="https://hg.sr.ht/~hyozd/serialplot/"
+url="https://hackaday.io/project/5334-serialplot-realtime-plotting-software"
license=('GPL3')
depends=('qwt' 'qt5-base' 'qt5-serialport' 'hicolor-icon-theme')
makedepends=('mercurial' 'cmake')