summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpencer Muise2020-12-22 14:30:49 -0400
committerSpencer Muise2020-12-22 14:30:49 -0400
commit373cb3fd9b2b83663a340148089241f41e6c807e (patch)
tree3d8e1100d50404d1e696045cb4b461b48580aa30 /PKGBUILD
parent1a16ed9764eba01be4cd5767cca67e6e52ecd69c (diff)
downloadaur-373cb3fd9b2b83663a340148089241f41e6c807e.tar.gz
upgpkg: calibre-web-git 0.6.9.r277.g2d3ae71a-1
Add conflict with calibre-web
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae9f9d825dd6..77904dc9eaa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Spencer Muise <smuise@spencermuise.ca>
pkgname=calibre-web-git
-pkgver=0.6.3.r13.gf736a15
+pkgver=0.6.9.r277.g2d3ae71a
pkgrel=1
pkgdesc="Web app for browsing, reading and downloading eBooks stored in a Calibre database"
arch=('any')
@@ -25,6 +25,7 @@ depends=(
'python-iso639'
)
makedepends=('git')
+conflicts=('calibre-web')
provides=('calibre-web')
source=(
'git+https://github.com/janeczku/calibre-web.git'