summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdvin Bryntesson2024-01-24 10:09:58 +0100
committerEdvin Bryntesson2024-01-24 10:09:58 +0100
commit671995bd97f475d3213f9eb02bea0c2507c1466d (patch)
tree820f3a3f00e61ff0526a9ad397b997af626073e7
parente25bce6f0fef32e709d781497134042d1be92532 (diff)
downloadaur-671995bd97f475d3213f9eb02bea0c2507c1466d.tar.gz
didn't actually test the previous fix, sorry
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b47312521d3..5cd924d0bda2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = anyrun-git
options = !lto
backup = etc/anyrun/config.ron
backup = etc/anyrun/style.css
- source = anyrun::git+https://https://github.com/Kirottu/anyrun.git
+ source = anyrun::git+https://github.com/Kirottu/anyrun.git
sha256sums = SKIP
pkgname = anyrun-git
diff --git a/PKGBUILD b/PKGBUILD
index 2bbcfe39ee99..7b186b73eeaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL3')
depends=(gtk-layer-shell gtk3 pango cairo gdk-pixbuf2 glib2)
makedepends=(git cargo)
backup=("etc/anyrun/config.ron" "etc/anyrun/style.css")
-source=("${_pkgname}::git+https://$url.git")
+source=("${_pkgname}::git+$url.git")
sha256sums=('SKIP')
options=(!lto)
pkgver() {