diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-22 08:55:49 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-22 08:55:49 (GMT) |
commit | 18a13d7b7ff77cec786897a3d00114f07a1c1a05 (patch) | |
tree | 3fc757e7ec289801ee26872755a36e2ff93c2253 /abs | |
parent | 10ba45b8e3170554aa8d12a83813b8ef0cb766e9 (diff) | |
download | linhes_pkgbuild-18a13d7b7ff77cec786897a3d00114f07a1c1a05.zip linhes_pkgbuild-18a13d7b7ff77cec786897a3d00114f07a1c1a05.tar.gz linhes_pkgbuild-18a13d7b7ff77cec786897a3d00114f07a1c1a05.tar.bz2 |
As importfiles needs xosd. Made package depend on it.
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/linhes-scripts/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/linhes-scripts/PKGBUILD b/abs/core-testing/linhes-scripts/PKGBUILD index f8d8f8f..761c740 100644 --- a/abs/core-testing/linhes-scripts/PKGBUILD +++ b/abs/core-testing/linhes-scripts/PKGBUILD @@ -3,10 +3,11 @@ pkgname=linhes-scripts pkgver=1 -pkgrel=2 +pkgrel=3 pkgdesc="Various scripts that help to make LinHES, LinHES." arch=('i686' 'x86_64') license=('GPL2') +depends=(xosd) url="http://linhes.org/" source=(ftp://ftp.knoppmyth.net/R6/sources/linhes-scripts.tar.bz2) |