summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAreskul2023-02-04 20:42:19 +0100
committerAreskul2023-02-04 20:42:19 +0100
commit86e66e5c929daa3a196c65dc4f04ab70220f9f45 (patch)
tree111ee88a3ae12403d729a7a7c5f44cc57702e414
parenta7016a720114b48783085665a05868cb561d16ae (diff)
downloadaur-86e66e5c929daa3a196c65dc4f04ab70220f9f45.tar.gz
change remote
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fac528cd2b92..522400071960 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,14 @@ pkgbase = pipelight
pkgdesc = A Rust/Typescript based absurd automation tool
pkgver = 0.4.0
pkgrel = 1
- url = https://gitea.com/areska/pipelight.git
+ url = https://gitea.com/pipelight/pipelight.git
arch = x86_64
license = GPL2
makedepends = git
makedepends = make
provides = pipelight
conflicts = pipelight
- source = git+https://gitea.com/areska/pipelight.git
+ source = git+https://gitea.com/pipelight/pipelight.git
md5sums = SKIP
pkgname = pipelight
diff --git a/PKGBUILD b/PKGBUILD
index 3c6a17f69c21..d4a820477920 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver="0.4.0"
pkgrel=1
pkgdesc="A Rust/Typescript based absurd automation tool"
arch=(x86_64)
-url="https://gitea.com/areska/pipelight.git"
+url="https://gitea.com/pipelight/pipelight.git"
license=('GPL2')
depends=()
makedepends=(git make)