diff options
author | Real Root | 2023-08-12 13:07:04 +0200 |
---|---|---|
committer | Real Root | 2023-08-12 13:07:04 +0200 |
commit | 53c012183ead9b155fdd921d536c30d22cabc2a1 (patch) | |
tree | e24aea9af1c8bfb46d3b0f421d9ad14953c993c8 /PKGBUILD | |
parent | ad10b43650c1ba63028bf47777b25a70984c0570 (diff) | |
download | aur-53c012183ead9b155fdd921d536c30d22cabc2a1.tar.gz |
add makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |