From 7ec3d15a18d44944e61e3a388f058266dc071861 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Tue, 5 Oct 2021 20:27:24 -0500 Subject: [PATCH] Fixed source url for new gitea setup --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 7a3e57a..e43d405 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,10 +1,10 @@ # Maintainer: David Thurstenson pkgname=tl-wallpaper -pkgver=0.2 +pkgver=r15.b6ed6fc pkgrel=1 pkgdesc="Thurstylark's collection of wallpapers" arch=(any) -url="https://git.thurstylark.com/${pkgname}.git/" +url="https://git.thurstylark.com/thurstylark/${pkgname}.git/" license=('GPL') groups=('tlconfig') makedepends=('git')