From 89b3e80bc2cb1d7da127c7fdf28db818cc6733ec Mon Sep 17 00:00:00 2001 From: PieyIsAPie Date: Sun, 8 Feb 2026 10:31:14 -0500 Subject: [PATCH] add upstream url --- .SRCINFO | 1 + PKGBUILD | 1 + 2 files changed, 2 insertions(+) diff --git a/.SRCINFO b/.SRCINFO index 8d39d27fa229a..6dbb3f07223fc 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = yauri pkgdesc = yauri, the gayest aur helper ever, all fitting into 1 file. pkgver = 1.1 pkgrel = 1 + url = https://gitlab.com/PieyIsAPie/yauri arch = any license = GPL depends = python3 diff --git a/PKGBUILD b/PKGBUILD index 8395183dec4df..ab10e8c5548d3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,7 @@ pkgname=yauri pkgver=$(python3 ./yauri -v) pkgrel=1 +url="https://gitlab.com/PieyIsAPie/yauri" pkgdesc="yauri, the gayest aur helper ever, all fitting into 1 file." arch=('any') license=('GPL')