diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-06 16:52:39 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-06 16:56:48 +0100 |
commit | 73e51ce5c5868b91bcc6595d601b610d81fe8c73 (patch) | |
tree | 6abe6741117a0cf2aed2c0281e6c259324740aec | |
parent | fa08584edde455c0b95cd166768796f50c443a55 (diff) | |
download | abslibre-73e51ce5c5868b91bcc6595d601b610d81fe8c73.tar.gz abslibre-73e51ce5c5868b91bcc6595d601b610d81fe8c73.tar.bz2 abslibre-73e51ce5c5868b91bcc6595d601b610d81fe8c73.zip |
pcr/lcmc: fixed syntax errors in PKGBUILD
-rw-r--r-- | pcr/lcmc/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/lcmc/PKGBUILD b/pcr/lcmc/PKGBUILD index ad700ca6f..91e7a4b98 100644 --- a/pcr/lcmc/PKGBUILD +++ b/pcr/lcmc/PKGBUILD @@ -4,9 +4,9 @@ pkgname=lcmc pkgver=1.5.1 pkgrel=1 pkgdesc='Linux Cluster Management Console' -arch=any +arch=(any) url=http://$pkgname.sourceforge.net/ -license=GPL +license=(GPL) depends=( java-runtime libxtst |