summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquoteme2021-02-10 19:02:15 +0100
committerquoteme2021-02-10 19:02:15 +0100
commit5803440ec927ce98b9f33d0104d9eb8cf63cc667 (patch)
treebe11bf908bcdd7d63f9eab35347b47a1607a064b
parent52eeecbc23e18b6e75f7ceccab73e299e9fcabde (diff)
downloadaur-networkmanager-dmenu-bluetoothfix-git.tar.gz
fixed wrong link to github
-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"