summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStaticRocket2020-09-27 14:04:37 -0400
committerStaticRocket2020-09-27 14:04:37 -0400
commitb255bf6e723fae37b893e4ea4d0dd985be34fd8f (patch)
tree6a79a1400ce9439714bed56344a078b13d3802df
parentf0418a5000a87a02f66cd05dd9bcb03defa563e1 (diff)
downloadaur-b255bf6e723fae37b893e4ea4d0dd985be34fd8f.tar.gz
fix upstream
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ed91059c3c1..bfa6535a3bb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = asus-nb-ctrl-git
pkgdesc = Asus laptop control utilities
pkgver = 2.0.4.r4.gf61f62c
pkgrel = 1
- url = https://github.com/wroberts/rogauracore
+ url = https://gitlab.com/asus-linux/asus-nb-ctrl
arch = x86_64
license = Mozilla Public License Version 2.0
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index cb7eea7280d5..c86bc066be90 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=2.0.4.r4.gf61f62c
pkgrel=1
pkgdesc="Asus laptop control utilities"
arch=('x86_64')
-url="https://github.com/wroberts/rogauracore"
+url="https://gitlab.com/asus-linux/asus-nb-ctrl"
license=('Mozilla Public License Version 2.0')
depends=('glibc' 'libusb' 'udev' 'systemd' 'hid-asus-rog-dkms-git')
makedepends=('git' 'rust' 'make' 'clang')