summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorReal Root2023-08-12 13:07:04 +0200
committerReal Root2023-08-12 13:07:04 +0200
commit53c012183ead9b155fdd921d536c30d22cabc2a1 (patch)
treee24aea9af1c8bfb46d3b0f421d9ad14953c993c8 /PKGBUILD
parentad10b43650c1ba63028bf47777b25a70984c0570 (diff)
downloadaur-53c012183ead9b155fdd921d536c30d22cabc2a1.tar.gz
add makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0fd379de1a79..c0d27cd9b5a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="Tiny wayland / x11 session starter for single user machines"
arch=('any')
url="https://gitlab.com/postmarketOS/tinydm"
license=('GPL3')
+makedepends=("make" "git")
depends=('xorg-xinit' 'autologin')
source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/postmarketOS/tinydm/-/archive/$pkgver/tinydm-$pkgver.tar.bz2")