diff options
author | root <root@rshg054.dnsready.net> | 2013-03-09 00:04:40 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-09 00:04:40 -0800 |
commit | 92eac63df242654434dceb000bac083f6e81a6b9 (patch) | |
tree | 322b4e24c165c3064505d5dac1a3172f9a28151d /libre/cgminer-libre | |
parent | 53d9a0cf7cf894f08a1f6736b8f8440bd7b18a59 (diff) |
Sat Mar 9 00:04:39 PST 2013
Diffstat (limited to 'libre/cgminer-libre')
-rw-r--r-- | libre/cgminer-libre/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libre/cgminer-libre/PKGBUILD b/libre/cgminer-libre/PKGBUILD index e62331a98..4c61eda76 100644 --- a/libre/cgminer-libre/PKGBUILD +++ b/libre/cgminer-libre/PKGBUILD @@ -16,6 +16,9 @@ license=('GPL3') arch=('i686' 'x86_64' 'mips64el') depends=('curl' 'libcl-libre') makedepends=('opencl-headers') +provides=(${pkgname%-$_pkgflag}=$pkgver) +conflicts=${pkgname%-$_pkgflag} +replaces=${pkgname%-$_pkgflag} source=("http://ck.kolivas.org/apps/${pkgname%-$_pkgflag}/${pkgname%-$_pkgflag}-$pkgver.tar.bz2" "${pkgname%-$_pkgflag}.conf.d" "${pkgname%-$_pkgflag}.service") |