[improve] Improve the PKGBUILD
This commit is contained in:
parent
d86ffd3813
commit
d785d51e2d
2 changed files with 4 additions and 2 deletions
|
@ -3,12 +3,14 @@ pkgname=archy-dwm
|
||||||
pkgver=1.0.0
|
pkgver=1.0.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A dynamic window manager for X with some patches applied"
|
pkgdesc="A dynamic window manager for X with some patches applied"
|
||||||
url="https://github.com/archy-linux/archy-dwm"
|
url="https://github.com/archy-linux/$pkgname"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
options=()
|
options=()
|
||||||
depends=('libx11' 'libxinerama' 'libxft' 'freetype2' 'archy-slstatus' 'archy-dmenu')
|
depends=('libx11' 'libxinerama' 'libxft' 'freetype2' 'archy-slstatus' 'archy-dmenu')
|
||||||
install=
|
install=
|
||||||
|
provides=("$pkgname")
|
||||||
|
conflicts=("$pkgname")
|
||||||
source=("https://github.com/archy-linux/$pkgname/archive/refs/tags/$pkgname_$pkgver.tar.gz")
|
source=("https://github.com/archy-linux/$pkgname/archive/refs/tags/$pkgname_$pkgver.tar.gz")
|
||||||
sha256sums=('4e56232bd78971e20a9e6fa7dda16f7047be086aa3a066f5c410c4e3ae5d7add')
|
sha256sums=('4e56232bd78971e20a9e6fa7dda16f7047be086aa3a066f5c410c4e3ae5d7add')
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit b183219a02c5483bceefa03c3d8681eb848fc90c
|
Subproject commit 92c2edf888b0974cee206d2a657781384112bce0
|
Loading…
Reference in a new issue