summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco V2023-04-15 18:18:47 -0400
committerFrancisco V2023-04-15 18:18:47 -0400
commit5dc2b64bd27d484704bcceca8a6e5ec10a47173a (patch)
treeb6a7eefadfa9988652807da10609361c5a25c8e2
parent78c26f766f9e553bc4018b433f846a7826296eed (diff)
downloadaur-5dc2b64bd27d484704bcceca8a6e5ec10a47173a.tar.gz
Added upstream url to PKGBUILD
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cc42993862b..0a479480884b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = chillspot
pkgdesc = Fan curve control and temperature monitor for MSI laptops
pkgver = 0.1.1
pkgrel = 1
+ url = https://gitlab.com/fvtronics/chillspot
arch = x86_64
license = GPL
checkdepends = meson
diff --git a/PKGBUILD b/PKGBUILD
index fd97792c389b..a2806f18e521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=0.1.1
pkgrel=1
pkgdesc="Fan curve control and temperature monitor for MSI laptops"
arch=('x86_64')
-url=""
+url="https://gitlab.com/fvtronics/chillspot"
license=('GPL')
depends=(
'python-gobject'