summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2024-04-13 18:57:18 +1000
committercorey drew bruce2024-04-13 18:57:18 +1000
commit1a5300e9927165b5683017001f956ec1b8295c6a (patch)
treeeed61f486385b609546e3bc71b8c39e851197081
parent731d4135eceb0230bf89baec306a5b2d9d310d25 (diff)
downloadaur-1a5300e9927165b5683017001f956ec1b8295c6a.tar.gz
url fix
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b04dd7b6f33..99574eab0383 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = syncthingdesktop
pkgdesc = Unnofficial Syncthing desktop application
pkgver = 1.0.0
pkgrel = 1
- url = https://gitlab.com/twitterdesktop/application
+ url = https://gitlab.com/syncthingdesktop
arch = x86_64
arch = aarch64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 64f071f611f1..80e4ad6f8886 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=1.0.0
pkgrel=1
pkgdesc="Unnofficial Syncthing desktop application"
arch=('x86_64' 'aarch64')
-url="https://gitlab.com/twitterdesktop/application"
+url="https://gitlab.com/syncthingdesktop"
license=('GPL')
depends=('libelectron' 'nss' 'gtk3' 'libxss' 'git' 'syncthing')
makedepends=('unzip')