diff options
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" . |
