summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimír Magyar2021-06-09 11:43:11 +0200
committerVladimír Magyar2021-06-09 11:43:11 +0200
commit31dc107928370bef201311f14571c7cf6da7d126 (patch)
tree8b53845ae008ad63b050d61dc3857a4f24bfdd0c
parent1dfbabd3c01f730e5d71478046fe83713ca06d2b (diff)
downloadaur-31dc107928370bef201311f14571c7cf6da7d126.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 64e8439d389f..9d1d736d2c16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = photon-rss-x11-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-x11-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-x11-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c455813c0301..b3f66f90ce6f 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(){