diff options
author | Brian Bidulock <bidulock@openss7.org> | 2015-07-08 23:31:40 -0600 |
---|---|---|
committer | Brian Bidulock <bidulock@openss7.org> | 2015-07-08 23:31:40 -0600 |
commit | 156158323c5ce9acd9480945f8c559d0a5b7a48e (patch) | |
tree | 969f962c588c4250f1ba35388496619815dc38d4 /.SRCINFO | |
download | AUR-156158323c5ce9acd9480945f8c559d0a5b7a48e.tar.gz AUR-156158323c5ce9acd9480945f8c559d0a5b7a48e.tar.zst AUR-156158323c5ce9acd9480945f8c559d0a5b7a48e.zip |
initial version
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..d51809c --- /dev/null +++ b/.SRCINFO | |||
@@ -0,0 +1,23 @@ | |||
1 | pkgbase = dwm-git | ||
2 | pkgdesc = A dynamic window manager for X | ||
3 | pkgver = 6.0.43.g14343e6 | ||
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 | options = zipman | ||
17 | source = dwm.desktop | ||
18 | source = dwm::git+http://git.suckless.org/dwm | ||
19 | md5sums = 939f403a71b6e85261d09fc3412269ee | ||
20 | md5sums = SKIP | ||
21 | |||
22 | pkgname = dwm-git | ||
23 | |||