summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcell Meszaros2022-05-05 17:49:28 +0200
committerMarcell Meszaros2022-05-05 17:50:51 +0200
commit0cd0c9a3f0cfe209dfdeee28014391ea3430dc40 (patch)
treea26cddaecab388f822bb9ff10c496ad541b90b29 /PKGBUILD
parentba47aee20902bcf5c92491573a5e71a7eff0ee65 (diff)
downloadaur-0cd0c9a3f0cfe209dfdeee28014391ea3430dc40.tar.gz
switch depends from pangox-compat to pango
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c82fba334b36..561d36ad9508 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=ebview-git
pkgver=r64.390e6ed
-pkgrel=1
+pkgrel=2
pkgdesc="A GTK2 based EPWING dictionary viewer."
arch=('i686' 'x86_64')
url="http://ebview.sourceforge.net"
license=('GPL')
-depends=('gtk2' 'libeb' 'pangox-compat')
+depends=('gtk2' 'libeb' 'pango')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")