Skip to content

Commit

Permalink
🐛 Add libx11 de
Browse files Browse the repository at this point in the history
  • Loading branch information
boredland committed Dec 10, 2023
1 parent b827847 commit a83bc90
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ license=('custom:ICS')
provides=('idlehack')
source=("$pkgname::git+https://github.com/loops/idlehack.git")
sha256sums=('SKIP')
depends=('libx11')

pkgver() {
cd "idlehack-git" || return 1
rev="$(git rev-list --count HEAD)"
echo -n "0.r${rev}"
cd "idlehack-git" || return 1
rev="$(git rev-list --count HEAD)"
echo -n "0.r${rev}"
}

build() {
Expand Down

0 comments on commit a83bc90

Please sign in to comment.