summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsabella Basso2021-12-18 19:46:30 -0300
committerIsabella Basso2021-12-18 19:58:37 -0300
commitb3624b52af1324230d5c8e98459c41184b00746b (patch)
tree205041d04090362030796cde2a43e8f7fad30447
parent3aab85c4792afe87a4b90bf30e2553c681307058 (diff)
downloadaur-b3624b52af1324230d5c8e98459c41184b00746b.tar.gz
fix depends PKGBUILD
Reported by: micwoj92 Signed-off-by: Isabella Basso <isabbasso@riseup.net>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98ed0b67d84e..b9c269c76f52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = lucidor
arch = i686
arch = x86_64
license = GPL3
- depends = palemoon-bin
+ depends = palemoon
depends = desktop-file-utils
source = lucidor_0.9.15.tar.gz::http://lucidor.org/get.php?id=lucidor_0.9.15.tar.gz
sha256sums = 0e23617e1db5a1e5d1a491badf9cc0eab972bee3b2ea2418816c79dabe20a4be
diff --git a/PKGBUILD b/PKGBUILD
index 076c01893174..7a8c30b037df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A program for reading and handling EPUB e-books and OPDS catalogs"
arch=('i686' 'x86_64')
url="https://lucidor.org/lucidor/"
license=('GPL3')
-depends=('palemoon-bin' 'desktop-file-utils')
+depends=('palemoon' 'desktop-file-utils')
install=$pkgname.install
source=(${pkgname}_${pkgver}.tar.gz::"http://lucidor.org/get.php?id=${pkgname}_${pkgver}.tar.gz")
sha256sums=('0e23617e1db5a1e5d1a491badf9cc0eab972bee3b2ea2418816c79dabe20a4be')