summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuuki Rika2025-03-26 03:06:06 +0700
committerYuuki Rika2025-03-26 03:06:06 +0700
commit02395d713b81d51f281a32c0eac3e7a3b04dff7e (patch)
tree5c9978fa388775811994237e6dfbcb6959d94dff
parent35702cc4faeaf006b91db069fe8631b437d150fe (diff)
downloadaur-02395d713b81d51f281a32c0eac3e7a3b04dff7e.tar.gz
Remove unused makedepends: luarocks
Silly me
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 386b67f7642a..2bb94fc5412a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 9745fecaf1ad..1ced03069f0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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