diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-21 22:41:06 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-21 22:41:06 -0200 |
commit | b36b12e519dfdf52e4332fccb93a334b391af4d8 (patch) | |
tree | ea9e1bb29084a6e40ffece588c0c708b1b59ef98 /libre/calibre-libre/PKGBUILD | |
parent | b17b3f9f8399114a99aa0971e61d9574d647626a (diff) | |
download | abslibre-b36b12e519dfdf52e4332fccb93a334b391af4d8.tar.gz abslibre-b36b12e519dfdf52e4332fccb93a334b391af4d8.tar.bz2 abslibre-b36b12e519dfdf52e4332fccb93a334b391af4d8.zip |
calibre-libre-0.9.11-1: adding provides, replaces and conflicts
Diffstat (limited to 'libre/calibre-libre/PKGBUILD')
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index a8dc5ebd5..dd5233b0e 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -20,6 +20,9 @@ depends=('python2-dateutil' 'python2-cssutils' 'python2-cherrypy' 'python2-netifaces' 'python2-cssselect') makedepends=('python2-pycountry') optdepends=('ipython2: to use calibre-debug') +replaces=$_pkgname +conflicts=$_pkgname +provides=$_pkgname=$pkgver install=calibre.install source=("http://calibre-ebook.googlecode.com/files/${_pkgname}-${pkgver}.tar.xz" 'desktop_integration.patch' |