diff options
author | Yuuki Rika | 2025-03-26 03:06:06 +0700 |
---|---|---|
committer | Yuuki Rika | 2025-03-26 03:06:06 +0700 |
commit | 02395d713b81d51f281a32c0eac3e7a3b04dff7e (patch) | |
tree | 5c9978fa388775811994237e6dfbcb6959d94dff | |
parent | 35702cc4faeaf006b91db069fe8631b437d150fe (diff) | |
download | aur-02395d713b81d51f281a32c0eac3e7a3b04dff7e.tar.gz |
Remove unused makedepends: luarocks
Silly me
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 2 insertions, 4 deletions
@@ -1,13 +1,12 @@ pkgbase = pinnacle-comp-git pkgdesc = A WIP Smithay-based Wayland compositor, inspired by AwesomeWM pkgver = r1221.a53c0f1 - pkgrel = 2 + pkgrel = 3 url = https://github.com/pinnacle-comp/pinnacle arch = any license = GPL-3.0-or-later makedepends = git makedepends = cargo - makedepends = luarocks depends = wayland depends = libxkbcommon depends = systemd-libs @@ -3,7 +3,7 @@ _pkgname=pinnacle pkgname=$_pkgname-comp-git # there's another package without the -comp suffix lol pkgver=r1221.a53c0f1 -pkgrel=2 +pkgrel=3 pkgdesc='A WIP Smithay-based Wayland compositor, inspired by AwesomeWM' arch=(any) url='https://github.com/pinnacle-comp/pinnacle' @@ -26,7 +26,6 @@ optdepends=( makedepends=( git cargo - luarocks ) _pkgsrc=$_pkgname |