summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBasioMeusPuga2019-03-09 10:25:58 -0500
committerBasioMeusPuga2019-03-09 10:25:58 -0500
commit2e1815c53973594de4b437b26f38b2217e9dcf1a (patch)
treebb65176293303bd209060c362e1ca7ff52266384 /PKGBUILD
parent2a7ef7d70e0baa9d7b7fbdca6712826c3d98ff4d (diff)
downloadaur-lector.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c9fba9c4945..9426e9569123 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=lector
_pkgname=Lector
-pkgdesc="Qt based ebook reader"
-pkgver=0.5
+pkgdesc="Qt based ebook reader with support for PDF, epub, fb2, comicbooks, mobi, azw"
+pkgver=0.5.1
pkgrel=1
arch=('any')
url="https://github.com/BasioMeusPuga/Lector"
@@ -13,8 +13,8 @@ conflicts=('lector')
depends=('qt5-base' 'qt5-multimedia' 'python' 'python-pyqt5' 'python-beautifulsoup4' 'python-lxml' 'python-pymupdf' 'python-xmltodict')
makedepends=('git' 'python-setuptools')
-source=("https://github.com/BasioMeusPuga/Lector/archive/0.5.tar.gz")
-sha256sums=('cb10aea74bddfe81942c91566d719176347df5c3ca463f0cacd7569dd1f67358')
+source=("https://github.com/BasioMeusPuga/Lector/archive/0.5.1.tar.gz")
+sha256sums=('f35dc56a870f02b3eeb95d697ecd1e4784a7696f831fdfd8eb5dc935da622be6')
build() {
cd "$srcdir/$_pkgname-$pkgver"