From 36471564ccba500df9b18c572ea4f474240c4a71 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 22 May 2025 11:23:03 +0200 Subject: [PATCH] [Build] Add comment --- PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/PKGBUILD b/PKGBUILD index 223f24b..18d8735 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,6 +10,7 @@ depends=('python') makedepends=('pyinstaller' 'python-setuptools') source=("biogascontrollerapp/biogascontrollerapp.py") sha256sums=('SKIP') # Replace with actual checksum for production use +# TODO: Update source to be from upstream so only PKGBUILD can be distributed build() { cd "$srcdir"