summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2023-08-16 18:05:23 -0400
committerStorm Dragon2023-08-16 18:05:23 -0400
commit84f789a6fac11e688acaf7a20b435392f0c26620 (patch)
tree7a368e698dc61940c94d69bf0a67faf3ddc08221
parent546b40a56910d4ad582ef7f95f796244e81d43ba (diff)
downloadaur-84f789a6fac11e688acaf7a20b435392f0c26620.tar.gz
Updated url.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4c096915018..6e1a9a53fd6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
-# Generated by mksrcinfo v8
-# Sat Apr 20 14:34:54 UTC 2019
pkgbase = bashtuner
pkgdesc = A guitar tuner written in bash with several tunings, and support for some other stringed instruments
pkgver = 2019.04.20
pkgrel = 1
- url = https://gitlab.com/stormdragon2976/bashtuner
+ url = https://git.stormux.org/storm/bashtuner
arch = any
license = unlicense
depends = dialog
depends = sox
provides = bashtuner
conflicts = bashtuner
- source = https://gitlab.com/stormdragon2976/bashtuner/-/archive/2019.04.20/bashtuner-2019.04.20.tar.gz
+ source = https://git.stormux.org/storm/bashtuner/-/archive/2019.04.20/bashtuner-2019.04.20.tar.gz
sha512sums = 6df491fdfb30552d85a931f2f3ccba2160786ce3bd08a87fa13baed0c0b98ce2efd1dab776b0517ebd1907f7de0a2681ff1f54c63a6ad022a4908fc9d9cc300f
pkgname = bashtuner
-
diff --git a/PKGBUILD b/PKGBUILD
index 2167b434287c..295efe3d836b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=2019.04.20
pkgrel=1
pkgdesc="A guitar tuner written in bash with several tunings, and support for some other stringed instruments"
arch=('any')
-url="https://gitlab.com/stormdragon2976/$pkgname"
+url="https://git.stormux.org/storm/$pkgname"
source=("${url}/-/archive/$pkgver/${pkgname}-${pkgver}.tar.gz")
license=('unlicense')
depends=('dialog' 'sox')