summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 865b6dc9fe96..70a063e7de54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.2.2
-# Wed Dec 2 08:26:03 UTC 2020
+# Sat Dec 26 12:35:05 UTC 2020
pkgbase = chwall
pkgdesc = A tiny wallpaper changer, written in python
pkgver = 0.5.4
- pkgrel = 2
+ pkgrel = 3
url = https://git.umaneti.net/chwall/about/
arch = any
license = WTFPL
@@ -17,7 +17,7 @@ pkgbase = chwall
depends = python-requests
depends = python-xdg
depends = python-yaml
- source = https://git.deparis.io/chwall/snapshot/chwall-0.5.4.tar.gz
+ source = https://git.umaneti.net/chwall/snapshot/chwall-0.5.4.tar.gz
sha256sums = f52da0d2468024c35555422afc16fc45d3ee11ee98e8ce40156f3d10840d664f
pkgname = chwall
diff --git a/PKGBUILD b/PKGBUILD
index 1eade62acabc..dd6ec9ed8b59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=chwall
pkgver=0.5.4
-pkgrel=2
+pkgrel=3
pkgdesc="A tiny wallpaper changer, written in python"
arch=("any")
url="https://git.umaneti.net/chwall/about/"
@@ -9,7 +9,7 @@ license=("WTFPL")
depends=("gtk3" "python-cssselect" "python-gobject" "python-lxml"
"python-pillow" "python-requests" "python-xdg" "python-yaml")
makedepends=("python-setuptools" "imagemagick")
-source=("https://git.deparis.io/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
+source=("https://git.umaneti.net/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
sha256sums=('f52da0d2468024c35555422afc16fc45d3ee11ee98e8ce40156f3d10840d664f')
package() {