update xmonad*
This commit is contained in:
parent
7dc1790af7
commit
8f1120a89a
19
doxmonad.sh
Executable file
19
doxmonad.sh
Executable file
@ -0,0 +1,19 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
root=$(pwd)
|
||||||
|
|
||||||
|
sudo pacman -Rnsc xmonad-git xmonad-contrib-git
|
||||||
|
|
||||||
|
rm ./x86_64/xmonad*
|
||||||
|
|
||||||
|
cd ./pkgbuilds/xmonad-git/
|
||||||
|
makepkg -si
|
||||||
|
rm -rf pkg src xmonad
|
||||||
|
mv xmonad-git* ../../x86_64
|
||||||
|
cd $root
|
||||||
|
|
||||||
|
cd ./pkgbuilds/xmonad-contrib-git/
|
||||||
|
makepkg -si
|
||||||
|
rm -rf pkg src xmonad-contrib
|
||||||
|
mv xmonad-contrib-git* ../../x86_64
|
||||||
|
cd $root
|
@ -5,7 +5,7 @@
|
|||||||
# Contributor: alecs <alecsferra@protonmail.com>
|
# Contributor: alecs <alecsferra@protonmail.com>
|
||||||
|
|
||||||
pkgname=xmonad-contrib-git
|
pkgname=xmonad-contrib-git
|
||||||
pkgver=v0.16.r575.ge9334b52
|
pkgver=v0.16.r599.g6d184e85
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Add-ons for xmonad"
|
pkgdesc="Add-ons for xmonad"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
# Contributor: alecs <alecsferra@protonmail.com>
|
# Contributor: alecs <alecsferra@protonmail.com>
|
||||||
|
|
||||||
pkgname=xmonad-git
|
pkgname=xmonad-git
|
||||||
pkgver=v0.15.r118.gb14b3ff
|
pkgver=v0.15.r121.g6a7eb85
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Lightweight X11 tiled window manager written in Haskell"
|
pkgdesc="Lightweight X11 tiled window manager written in Haskell"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
x86_64/xmonad-git-v0.15.r121.g6a7eb85-1-x86_64.pkg.tar.zst
Normal file
BIN
x86_64/xmonad-git-v0.15.r121.g6a7eb85-1-x86_64.pkg.tar.zst
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user