diff options
| author | SoominIm <111330163+SoominIm@users.noreply.github.com> | 2024-04-06 20:26:03 -0500 |
|---|---|---|
| committer | SoominIm <111330163+SoominIm@users.noreply.github.com> | 2024-04-06 20:26:03 -0500 |
| commit | 6b71c978fd56367f0fb339d4039896ed2af0cb0b (patch) | |
| tree | 86fb89a7c4f5a999752f5a0c95c4c479bdd55f1a /dwm/PKGBUILD | |
| parent | 3588cbd9e548351ac37ca8946f93c4603d6b7307 (diff) | |
Updates dwm, st, dmenu, slock, and dwmblocks
Diffstat (limited to 'dwm/PKGBUILD')
| -rw-r--r-- | dwm/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dwm/PKGBUILD b/dwm/PKGBUILD index 1903c72..5f448e3 100644 --- a/dwm/PKGBUILD +++ b/dwm/PKGBUILD @@ -1,9 +1,9 @@ _pkgname=dwm -pkgname=$_pkgname-larbs-git +pkgname=$_pkgname-thesiah-git pkgver=6.2.r1888.0ac09e0 pkgrel=1 -pkgdesc="Luke's build of dwm" -url=https://github.com/LukeSmithxyz/dwm +pkgdesc="Soomin's build of dwm" +url=https://github.com/SoominImxyz/dwm arch=(i686 x86_64) license=(MIT) makedepends=(git) @@ -13,7 +13,7 @@ optdepends=( 'st: terminal emulator') provides=($_pkgname) conflicts=($_pkgname) -source=(git+https://github.com/LukeSmithxyz/dwm) +source=(git+https://github.com/SoominImxyz/dwm) sha256sums=('SKIP') pkgver() { @@ -23,9 +23,9 @@ pkgver() { prepare() { cd "$_pkgname" - echo "CPPFLAGS+=${CPPFLAGS}" >> config.mk - echo "CFLAGS+=${CFLAGS}" >> config.mk - echo "LDFLAGS+=${LDFLAGS}" >> config.mk + echo "CPPFLAGS+=${CPPFLAGS}" >>config.mk + echo "CFLAGS+=${CFLAGS}" >>config.mk + echo "LDFLAGS+=${LDFLAGS}" >>config.mk # to use a custom config.h, place it in the package directory if [[ -f ${SRCDEST}/config.h ]]; then cp "${SRCDEST}/config.h" . |
