diff options
author | Brian Bidulock <bidulock@openss7.org> | 2014-06-15 01:15:57 -0600 |
---|---|---|
committer | Brian Bidulock <bidulock@openss7.org> | 2015-07-08 23:31:42 -0600 |
commit | e44324943d22954ccaae640264e3e9563c598aa6 (patch) | |
tree | 2074fc3171c09aea7ad50fb0d392622a3e10f988 /.AURINFO | |
parent | 6dd7713f31f78d4055a92bbf9860fbcf06105182 (diff) | |
download | AUR-e44324943d22954ccaae640264e3e9563c598aa6.tar.gz AUR-e44324943d22954ccaae640264e3e9563c598aa6.tar.zst AUR-e44324943d22954ccaae640264e3e9563c598aa6.zip |
version 1:6.0.40.g18248eb-1
Diffstat (limited to '.AURINFO')
-rw-r--r-- | .AURINFO | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.AURINFO b/.AURINFO new file mode 100644 index 0000000..b5e55ac --- /dev/null +++ b/.AURINFO | |||
@@ -0,0 +1,21 @@ | |||
1 | pkgbase = dwm-git | ||
2 | pkgdesc = A dynamic window manager for X | ||
3 | pkgver = 6.0.40.g18248eb | ||
4 | pkgrel = 1 | ||
5 | epoch = 1 | ||
6 | url = http://dwm.suckless.org | ||
7 | install = dwm.install | ||
8 | arch = i686 | ||
9 | arch = x86_64 | ||
10 | license = MIT | ||
11 | makedepends = git | ||
12 | depends = libx11 | ||
13 | depends = libxinerama | ||
14 | provides = dwm | ||
15 | conflicts = dwm | ||
16 | source = dwm.desktop | ||
17 | source = dwm::git+http://git.suckless.org/dwm | ||
18 | options = zipman | ||
19 | |||
20 | pkgname = dwm-git | ||
21 | |||