From 6b71c978fd56367f0fb339d4039896ed2af0cb0b Mon Sep 17 00:00:00 2001 From: SoominIm <111330163+SoominIm@users.noreply.github.com> Date: Sat, 6 Apr 2024 20:26:03 -0500 Subject: Updates dwm, st, dmenu, slock, and dwmblocks --- dwm/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'dwm/PKGBUILD') 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" . -- cgit v1.2.3