summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimír Magyar2021-07-02 12:48:30 +0200
committerVladimír Magyar2021-07-02 12:48:30 +0200
commitbe961d285e02f4d9d26ecdd6c5fb8699ceaf47d7 (patch)
treedafa59c90b6ba82ceb37f8be4407f74256d693d1
parent3a4373e089226a9889aebd25471aeae25ab40fdb (diff)
downloadaur-be961d285e02f4d9d26ecdd6c5fb8699ceaf47d7.tar.gz
fix git url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a0e9b2ec870..2663532d4105 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = photon-rss-git
optdepends = youtube-dl: A command-line program to download videos from YouTube.com and a few more sites
optdepends = mpv: a free, open source, and cross-platform media player
optdepends = imv: Image viewer for Wayland and X11
- source = photon::git+https://git.sr.ht/~ghost08/photon.git
+ source = photon::git+https://git.sr.ht/~ghost08/photon
sha256sums = SKIP
pkgname = photon-rss-git
diff --git a/PKGBUILD b/PKGBUILD
index 284477b2ab58..c7b0d623b87f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ optdepends=(
"mpv: a free, open source, and cross-platform media player"
"imv: Image viewer for Wayland and X11"
)
-source=("${_pkgname}::git+https://git.sr.ht/~ghost08/photon.git")
+source=("${_pkgname}::git+https://git.sr.ht/~ghost08/photon")
sha256sums=("SKIP")
prepare(){