summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2022-10-28 10:23:58 +1000
committercorey drew bruce2022-10-28 10:23:58 +1000
commit3ecf15140bea7c014719a2b5bc3b4cf5969ad91b (patch)
tree2f706fd0bac06f13bd1dabdf00395b45c3ac7989
parent34d1b41e7565617600df54f1deb04c549b3b38c0 (diff)
downloadaur-3ecf15140bea7c014719a2b5bc3b4cf5969ad91b.tar.gz
Corrected Git repo url, no idea how that was wrong but I fixed it.
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e79f609ae918..9fd949277096 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = youtube-bin
pkgdesc = Unnofficial Youtube desktop application
pkgver = 1.0.8
pkgrel = 1
- url = https://gitlab.com/youtube/application
+ url = https://gitlab.com/youtube-desktop/application
arch = x86_64
arch = arm7h
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index a41ad8e24435..c666d83411e9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _pkgrel_armv7h=1
_pkgrel_aarch64=1
pkgdesc="Unnofficial Youtube desktop application"
arch=('x86_64' 'arm7h' 'aarch64')
-url="https://gitlab.com/youtube/application"
+url="https://gitlab.com/youtube-desktop/application"
license=('GPL')
depends=('nss' 'gtk3' 'libxss')
makedepends=('unzip')