Fix variable typo, add missing dep on bash
This commit is contained in:
parent
93996e58f8
commit
9430f6f4f5
3
PKGBUILD
3
PKGBUILD
|
@ -1,12 +1,13 @@
|
|||
# Maintainer: David Thurstenson <thurstylark@gmail.com>
|
||||
pkgname=tl-wallpaper
|
||||
pkgver=r16.7ec3d15
|
||||
pkgver=r18.93996e5
|
||||
pkgrel=1
|
||||
pkgdesc="Thurstylark's collection of wallpapers"
|
||||
arch=(any)
|
||||
url="https://git.thurstylark.com/thurstylark/${pkgname}.git/"
|
||||
license=('GPL')
|
||||
groups=('tlconfig')
|
||||
depends=('bash')
|
||||
makedepends=('git')
|
||||
source=("git+${url}")
|
||||
md5sums=('SKIP')
|
||||
|
|
|
@ -8,4 +8,4 @@ wallp_dir=$(dirname "$0")
|
|||
wallp_subdir=$(find "$wallp_dir" -type d | shuf -n 1)
|
||||
|
||||
# Get one file from $wallp_subdir
|
||||
find $walp_subdir -type f \( -iname \*.jpg -o -iname \*.png \) | shuf -n 1
|
||||
find $wallp_subdir -type f \( -iname \*.jpg -o -iname \*.png \) | shuf -n 1
|
||||
|
|
Loading…
Reference in New Issue