summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSosthène Guédon2020-05-08 17:45:54 +0200
committerSosthène Guédon2020-05-08 17:45:54 +0200
commita4b3d6386997ff277784408a71ee1ee09371d89a (patch)
tree2f180e143f59b9f983de7108a24fb70463d78f1a
parent960553dfebc34f624096f96769347c19bd41777b (diff)
downloadaur-a4b3d6386997ff277784408a71ee1ee09371d89a.tar.gz
Fix URL
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be8c1c636bc7..62bea6c8f581 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = peertube-viewer-rs
pkgdesc = Peertube command line viewer inspired by youtube-viewer
pkgver = 1.0.0
pkgrel = 1
- url = https://gitlab.com/SostheneGuedon/peertube-viewer
+ url = https://gitlab.com/SostheneGuedon/peertube-viewer-rs
arch = any
license = MIT
makedepends = rust
diff --git a/PKGBUILD b/PKGBUILD
index 2a5e2f41c3a9..f4c11419480b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=1.0.0
pkgrel=1
pkgdesc="Peertube command line viewer inspired by youtube-viewer"
arch=('any')
-url="https://gitlab.com/SostheneGuedon/peertube-viewer"
+url="https://gitlab.com/SostheneGuedon/peertube-viewer-rs"
license=('MIT')
md5sums=('c6aaa44c02cb7ef144c0bd6690156632')
depends=('openssl')