summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d1b3715ba7c..a5315790ded9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = networkmanager-dmenu-bluetoothfix-git
optdepends = network-manager-applet: for the nm-connection-editor GUI
provides = networkmanager-dmenu-bluetoothfix
conflicts = networkmanager-dmenu-bluetoothfix
- source = networkmanager-dmenu-bluetoothfix::git+https://github.com/firecat53/networkmanager-dmenu-bluetoothfix.git
+ source = git+https://github.com/Quoteme/networkmanager-dmenu-bluetoothfix.git
md5sums = SKIP
pkgname = networkmanager-dmenu-bluetoothfix-git
diff --git a/PKGBUILD b/PKGBUILD
index 81397f7e5e35..99f5181618ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ optdepends=('dmenu: either dmenu or rofi is required'
'network-manager-applet: for the nm-connection-editor GUI')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("$_pkgname::git+https://github.com/firecat53/$_gitname.git")
+source=(git+"https://github.com/Quoteme/${_gitname}.git")
md5sums=('SKIP')
install="$_pkgname.install"