summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58948c774d3c..abd89ab640fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libmobi
pkgdesc = Library for handling Kindle formats of ebook documents
- pkgver = 0.10
+ pkgver = 0.11
pkgrel = 1
url = https://github.com/bfabiszewski/libmobi
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = libmobi
makedepends = git
depends = libxml2
depends = zlib
- source = libmobi::git+https://github.com/bfabiszewski/libmobi.git#commit=aac5b1f578b284b2f886d6d25cde22a33d8534f8
+ source = libmobi::git+https://github.com/bfabiszewski/libmobi.git#commit=864e3a86f2565b650f203ec6b1fddc4fb16df925
b2sums = SKIP
pkgname = libmobi
diff --git a/PKGBUILD b/PKGBUILD
index 83c9c8a099ec..5e4de63d5cda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=libmobi
-pkgver=0.10
+pkgver=0.11
pkgrel=1
-pkgdesc="Library for handling Kindle formats of ebook documents"
+pkgdesc='Library for handling Kindle formats of ebook documents'
arch=('x86_64')
-url="https://github.com/bfabiszewski/libmobi"
+url='https://github.com/bfabiszewski/libmobi'
license=('LGPL3')
depends=('libxml2' 'zlib')
makedepends=('git')
-_commit='aac5b1f578b284b2f886d6d25cde22a33d8534f8'
+_commit='864e3a86f2565b650f203ec6b1fddc4fb16df925'
source=("$pkgname::git+$url.git#commit=$_commit")
b2sums=('SKIP')