summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 893d1fbc2d88..4306e4b4cb96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = zaread-git
- pkgdesc = A (very) lightweight MS Office file reader
+ pkgdesc = A (very) lightweight ebook and Office document reader
pkgver = r47.9239db1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/paoloap/zaread
arch = any
license = GPL
- makedepends = git
depends = zathura
optdepends = libreoffice
optdepends = calibre
diff --git a/PKGBUILD b/PKGBUILD
index 67dd560556c1..6d9b19f16d81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,13 @@
_pkgname="zaread"
pkgname="$_pkgname-git"
pkgver=r47.9239db1
-pkgrel=1
+pkgrel=2
pkgdesc="A (very) lightweight ebook and Office document reader"
arch=("any")
url="https://github.com/paoloap/zaread"
license=("GPL")
depends=("zathura")
optdepends=("libreoffice" "calibre" "md2pdf")
-makedepends=("git")
provides=("zaread")
conflicts=("zaread")
source=('git+https://github.com/paoloap/zaread.git')