summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimír Magyar2021-06-09 11:42:42 +0200
committerVladimír Magyar2021-06-09 11:42:42 +0200
commit3a4373e089226a9889aebd25471aeae25ab40fdb (patch)
treec14506c94e96bafc002fac64d5e9d5bbf6cf0188
parent85b88b71fad8c7114a01be12b110d6729d9f9db6 (diff)
downloadaur-3a4373e089226a9889aebd25471aeae25ab40fdb.tar.gz
new version
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bd61e6ac47e..0a0e9b2ec870 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = photon-rss-git
pkgdesc = Fast RSS reader as light as a photon
pkgver = 0.1.0.11
pkgrel = 1
- url = https://gitlab.com/microo8/photon
+ url = https://git.sr.ht/~ghost08/photon
arch = i686
arch = pentium4
arch = x86_64
@@ -16,8 +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://gitlab.com/microo8/photon.git
+ source = photon::git+https://git.sr.ht/~ghost08/photon.git
sha256sums = SKIP
pkgname = photon-rss-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 2d7f0650756a..284477b2ab58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=0.1.0.11
pkgrel=1
pkgdesc="Fast RSS reader as light as a photon"
arch=("i686" "pentium4" "x86_64" "arm" "armv6h" "armv7h" "aarch64")
-url="https://gitlab.com/microo8/photon"
+url="https://git.sr.ht/~ghost08/photon"
license=("GPL3")
makedepends=(
"go>=1.16"
@@ -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://gitlab.com/microo8/photon.git")
+source=("${_pkgname}::git+https://git.sr.ht/~ghost08/photon.git")
sha256sums=("SKIP")
prepare(){