summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 21:42:20 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 21:42:20 -0300
commit7c9ed22e3d92160411f86069a8c9d598d2d27e6c (patch)
tree1b8514d83b046f99754301ed64c3cd18500217f7 /libre
parent27f8321046e2bbcff4f9b5d54904c44b9d663df3 (diff)
parent69b2477a0877356e87098396eeb32ef3ac58dc6d (diff)
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'libre')
-rw-r--r--libre/calibre/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/calibre/PKGBUILD b/libre/calibre/PKGBUILD
index 038ddb174..3eaa8481b 100644
--- a/libre/calibre/PKGBUILD
+++ b/libre/calibre/PKGBUILD
@@ -22,7 +22,7 @@ depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp'
'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
'qt5-svg' 'python2-chardet' 'python2-html5lib')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
+makedepends=('python2-pycountry' 'qt5-x11extras')
optdepends=("ipython2: to use $pkgname-debug")
replaces=($_pkgname)
conflicts=($_pkgname)
@@ -35,14 +35,14 @@ md5sums=('9c7c1c246d558a08c9a1f064ba7681f5'
'343162b9d1c97c0463d4919a8b9ac500')
mksource(){
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname^}-${pkgver}"
# Remove nonfree unRAR utility files from the source
rm -rv src/unrar
}
prepare(){
- cd "${srcdir}/${_pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}-${pkgver}"
# Remove nonfree rar/cbr support and references
rm -v src/$pkgname/{ebooks/metadata/rar.py,utils/unrar.{cpp,py}}
@@ -81,7 +81,7 @@ prepare(){
}
build() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}-${pkgver}"
LANG='en_US.UTF-8' python2 setup.py build
# LANG='en_US.UTF-8' python2 setup.py resources
@@ -91,7 +91,7 @@ build() {
}
package() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}-${pkgver}"
# Fix the environment module location
sed -i -e "s|(prefix=.*)|(prefix='$pkgdir/usr')|g" setup/install.py