summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉtienne Deparis2020-12-26 13:35:35 +0100
committerÉtienne Deparis2020-12-26 13:35:35 +0100
commit53c0b1338a86287b44dd4280409a17f58d828a2c (patch)
treecd1e72244f04a5fcf2e84091264b4a4cf63f86ad /PKGBUILD
parentcc683355ebd2f6225c84b703f7d6120a081c3a9b (diff)
downloadaur-53c0b1338a86287b44dd4280409a17f58d828a2c.tar.gz
Change upstream source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {