diff options
| author | ruki <[email protected]> | 2017-03-08 10:51:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-03-08 10:51:17 +0800 |
| commit | 40e65c4df8cc332e191728291f53ae7ef89aaa69 (patch) | |
| tree | 309ab95139c8ceb4fc7fde6a8333d63eaa52b52f | |
| parent | 679363f08a12595fa3009fc100edb7a44a739935 (diff) | |
add desc to PKGBUILD
| -rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ pkgname=xmake pkgver=2.1 pkgrel=1 -pkgdesc="" +pkgdesc="A make-like build utility based on Lua" arch=('i686' 'x86_64') url="https://github.com/tboox/xmake" license=('Apache') |
