diff options
-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") |