summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorebiadsu2018-05-16 18:39:40 +0200
committerebiadsu2018-05-16 18:39:40 +0200
commit7104b29fcbd632aa7a04d8225816907684aed1a8 (patch)
tree28fdbbfdc82c09bfe4b533072d10f5c2e4e02e8e
parent580e24f708e77d12f01400d450a1b6857a02da56 (diff)
downloadaur-7104b29fcbd632aa7a04d8225816907684aed1a8.tar.gz
changed enchant to enchant1.6 dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 973fe064b93a..fa40bed36105 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sun Mar 4 21:52:18 UTC 2018
pkgbase = xmlcopyeditor
pkgdesc = XML editor based on Scintilla.
pkgver = 1.2.1.3
- pkgrel = 3
+ pkgrel = 4
url = http://xml-copy-editor.sourceforge.net
install = xmlcopyeditor.install
arch = i686
@@ -14,7 +12,7 @@ pkgbase = xmlcopyeditor
depends = wxgtk
depends = libxslt
depends = xerces-c
- depends = enchant=1.6.1
+ depends = enchant1.6=1.6.1
source = https://sourceforge.net/projects/xml-copy-editor/files/xmlcopyeditor-linux/1.2.1.3/xmlcopyeditor-1.2.1.3.tar.gz
sha256sums = 9b684b5042b4af85d3626fd55108bd1d63c0007b5c794ef7cc4b026012b29d2f
diff --git a/PKGBUILD b/PKGBUILD
index cc6d9c7a5d7e..1456edc97678 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
-# Maintainer: David Scholl <djscholl at gmail dot com>
+# Maintainer: ebiadsu <ebiadsu at posteo de>
+# Contributor: David Scholl <djscholl at gmail dot com>
pkgname=xmlcopyeditor
pkgver=1.2.1.3
-pkgrel=3
+pkgrel=4
pkgdesc="XML editor based on Scintilla."
arch=('i686' 'x86_64')
url="http://xml-copy-editor.sourceforge.net"
license=('custom')
-depends=('wxgtk' 'libxslt' 'xerces-c' 'enchant=1.6.1')
+depends=('wxgtk' 'libxslt' 'xerces-c' 'enchant1.6=1.6.1')
makedepends=('boost' 'intltool')
install="xmlcopyeditor.install"
source=(https://sourceforge.net/projects/xml-copy-editor/files/$pkgname-linux/$pkgver/$pkgname-$pkgver.tar.gz)