summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2022-04-30 16:57:09 +0530
committertxtsd2022-04-30 16:57:39 +0530
commit90fc36b9cb2004a63f9546f79ed31905936a696f (patch)
tree08627aa1da318af30f806a67794ee1919d8d7620
parent74e33737a83f67d5b2dc9039bab5ef9999a131c9 (diff)
downloadaur-90fc36b9cb2004a63f9546f79ed31905936a696f.tar.gz
chore: Remove unneeded makedepends
-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')