summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdvin Bryntesson2024-01-24 09:40:50 +0100
committerEdvin Bryntesson2024-01-24 09:40:50 +0100
commite25bce6f0fef32e709d781497134042d1be92532 (patch)
treea46f73eb8ac6545d6018fb7a17122e20195c7bcb
parent8e30e61eaa0f8408a538428132d1122d91b5ec5c (diff)
downloadaur-e25bce6f0fef32e709d781497134042d1be92532.tar.gz
added url protocol to url (https://)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 806d54f24f49..9b47312521d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = anyrun-git
pkgdesc = A rust-based wayland native krunner-like runner, made with customizability in mind.
- pkgver = r49.ca8255c
- pkgrel = 3
- url = github.com/Kirottu/anyrun
+ pkgver = r136.e14da6c
+ pkgrel = 4
+ url = https://github.com/Kirottu/anyrun
arch = x86_64
license = GPL3
makedepends = git
@@ -16,7 +16,7 @@ pkgbase = anyrun-git
options = !lto
backup = etc/anyrun/config.ron
backup = etc/anyrun/style.css
- source = anyrun::git+https://github.com/Kirottu/anyrun.git
+ source = anyrun::git+https://https://github.com/Kirottu/anyrun.git
sha256sums = SKIP
pkgname = anyrun-git
diff --git a/PKGBUILD b/PKGBUILD
index 735bb21f236d..2bbcfe39ee99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Edvin Bryntesson <aur@edvinbryntesson.se>
_pkgname="anyrun"
pkgname="${_pkgname}-git"
-pkgver=r49.ca8255c
-pkgrel=3
+pkgver=r136.e14da6c
+pkgrel=4
pkgdesc="A rust-based wayland native krunner-like runner, made with customizability in mind."
arch=("x86_64")
-url="github.com/Kirottu/anyrun"
+url="https://github.com/Kirottu/anyrun"
license=('GPL3')
depends=(gtk-layer-shell gtk3 pango cairo gdk-pixbuf2 glib2)
makedepends=(git cargo)