aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock <bidulock@openss7.org>2015-12-02 23:33:09 -0700
committerBrian Bidulock <bidulock@openss7.org>2015-12-02 23:33:09 -0700
commit142e2a99473e1a79ffb9ff5799fa990ea98f7c48 (patch)
tree86dea1142496a3b14a41ba82a6810288275f1bf7 /PKGBUILD
parent462e62acc6fe40a621bd7d888cdf3f5ea3231f76 (diff)
downloadAUR-142e2a99473e1a79ffb9ff5799fa990ea98f7c48.tar.gz
AUR-142e2a99473e1a79ffb9ff5799fa990ea98f7c48.tar.zst
AUR-142e2a99473e1a79ffb9ff5799fa990ea98f7c48.zip
version 6.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03f94b8..e1b6163 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
1pkgname=dwm-git 1pkgname=dwm-git
2_pkgname=dwm 2_pkgname=dwm
3pkgver=6.0.43.g14343e6 3pkgver=6.1
4pkgver(){ 4pkgver(){
5 cd $_pkgname 5 cd $_pkgname
6 git describe --tags |sed 's/-/./g' 6 git describe --tags |sed 's/-/./g'
@@ -11,7 +11,7 @@ url="http://dwm.suckless.org"
11arch=('i686' 'x86_64') 11arch=('i686' 'x86_64')
12license=('MIT') 12license=('MIT')
13options=(zipman) 13options=(zipman)
14depends=('libx11' 'libxinerama') 14depends=('libx11' 'libxinerama' 'libxft')
15makedepends=('git') 15makedepends=('git')
16install=dwm.install 16install=dwm.install
17provides=('dwm') 17provides=('dwm')